upgrade to node 8.x
This commit is contained in:
parent
289a6014b6
commit
b17ea7097a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue