Change node version to 8.x for supporting Ubuntu 17.10

This commit is contained in:
Igor Gassmann 2017-12-12 15:10:09 -03:00
parent c220ae87e6
commit cf7133e4ce

View file

@ -84,7 +84,7 @@ fi
if ! cmd_exists node; then
if $LINUX; then
curl -sL https://deb.nodesource.com/setup_7.x | $SUDO -E bash -
curl -sL https://deb.nodesource.com/setup_8.x | $SUDO -E bash -
$INSTALL nodejs
elif $OSX; then
brew install node