Change node version to 8.x for supporting Ubuntu 17.10
This commit is contained in:
parent
c220ae87e6
commit
cf7133e4ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue