bundles/nodejs: auto-upgrade npm
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
50ea6a92a5
commit
a693e90aa3
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
'apt': {
|
'apt': {
|
||||||
|
'additional_update_commands': {
|
||||||
|
# update npm to latest version
|
||||||
|
'npm install -g npm@latest',
|
||||||
|
},
|
||||||
'repos': {
|
'repos': {
|
||||||
'node': {
|
'node': {
|
||||||
'items': {
|
'items': {
|
||||||
|
|
Loading…
Reference in a new issue