diff --git a/build/install_deps.sh b/build/install_deps.sh index 34a212dfe..2103d27e3 100755 --- a/build/install_deps.sh +++ b/build/install_deps.sh @@ -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