upgrade to node 10.x

This commit is contained in:
Rui Lopes 2019-05-21 22:08:47 +01:00
parent f9354e7c85
commit c25b8965ed
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,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_8.x | bash curl -sL https://deb.nodesource.com/setup_10.x | bash
apt-get install -y nodejs apt-get install -y nodejs
node --version node --version
npm --version npm --version