Upgrade nodejs 10
This commit is contained in:
parent
aeee847012
commit
9f34795e82
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ end
|
|||
#####################################
|
||||
execute 'install_nodejs' do
|
||||
user 'root'
|
||||
command 'curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -'
|
||||
command 'curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -'
|
||||
creates '/usr/bin/nodejs'
|
||||
end
|
||||
package 'nodejs'
|
||||
|
|
Reference in a new issue