bundles/nodejs: auto-upgrade npm
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2022-03-06 12:50:04 +01:00
parent 50ea6a92a5
commit a693e90aa3
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,5 +1,9 @@
defaults = {
'apt': {
'additional_update_commands': {
# update npm to latest version
'npm install -g npm@latest',
},
'repos': {
'node': {
'items': {