Switch to node6

This commit is contained in:
Vincent Fiduccia 2016-08-30 16:08:39 -07:00
parent 48c2437ea0
commit fc255909e4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ else
cd `dirname $CWD`
fi
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
apt-get install -y nodejs phantomjs
update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10
npm set cache /var/cache/npm