From da14d01ca200c01055d07f4fcb1bdd823a991c0f Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 11 Jan 2017 14:02:18 -0600 Subject: [PATCH] Upgrade Node to V7.x. --- .sandstorm/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sandstorm/setup.sh b/.sandstorm/setup.sh index 2549dc9..da217ec 100755 --- a/.sandstorm/setup.sh +++ b/.sandstorm/setup.sh @@ -53,7 +53,7 @@ fi cp /opt/app/sandstorm-integration/bin/getPublicId /usr/local/bin -curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - +curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - apt-get install -y nodejs npm install -g yarn