bundle/nodejs remove yarn install

This commit is contained in:
Sophie Schiller 2021-05-14 20:05:04 +02:00
parent 88cfbc0699
commit a656eb7eb3

View file

@ -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': {},
},
},
}