Upgrade nodejs 10

This commit is contained in:
Axel 2018-06-11 17:56:37 +02:00 committed by GitHub
parent aeee847012
commit 9f34795e82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,7 @@ end
##################################### #####################################
execute 'install_nodejs' do execute 'install_nodejs' do
user 'root' 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' creates '/usr/bin/nodejs'
end end
package 'nodejs' package 'nodejs'