From cf7133e4ce46feacacd34be60c8471d28d2d9f4e Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Tue, 12 Dec 2017 15:10:09 -0300 Subject: [PATCH] Change node version to 8.x for supporting Ubuntu 17.10 --- build/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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