Skip to content

Commit

Permalink
Fixed #121: upgraded to NodeJS LTS v8
Browse files Browse the repository at this point in the history
  • Loading branch information
grtjn committed Jan 30, 2018
1 parent 7469f83 commit b4a8c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt/vagrant/install-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ $install_nodejs == "true" ]; then

# get correct nodejs installation
if [ $install_nodejs_lts == "true" ]; then
curl --silent --location https://rpm.nodesource.com/setup_6.x | sudo bash -
curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
else
curl --silent --location https://rpm.nodesource.com/setup | bash -
fi
Expand Down

0 comments on commit b4a8c10

Please sign in to comment.