upgrade to node 8.x

This commit is contained in:
Rui Lopes 2017-11-01 06:32:35 +00:00
parent 289a6014b6
commit b17ea7097a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ mkdir -p tmp/use-npm-repository && cd tmp/use-npm-repository
# install node LTS. # install node LTS.
# see https://github.com/nodesource/distributions#debinstall # see https://github.com/nodesource/distributions#debinstall
curl -sL https://deb.nodesource.com/setup_6.x | bash curl -sL https://deb.nodesource.com/setup_8.x | bash
apt-get install -y nodejs apt-get install -y nodejs
node --version node --version
npm --version npm --version