bundle/nodejs remove yarn install
This commit is contained in:
parent
88cfbc0699
commit
a656eb7eb3
1 changed files with 0 additions and 6 deletions
|
@ -1,11 +1,6 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'repos': {
|
||||
'yarn': {
|
||||
'items': {
|
||||
'deb https://dl.yarnpkg.com/{os}/ stable main',
|
||||
},
|
||||
},
|
||||
'node': {
|
||||
'items': [
|
||||
'deb https://deb.nodesource.com/node_14.x {os_release} main',
|
||||
|
@ -15,7 +10,6 @@ defaults = {
|
|||
},
|
||||
'packages': {
|
||||
'nodejs': {},
|
||||
'yarn': {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue