upgrade to node 10.x
This commit is contained in:
parent
f9354e7c85
commit
c25b8965ed
|
|
@ -13,7 +13,7 @@ mkdir -p tmp/use-npm-repository && cd tmp/use-npm-repository
|
|||
|
||||
# install node LTS.
|
||||
# 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
|
||||
node --version
|
||||
npm --version
|
||||
|
|
|
|||
Loading…
Reference in New Issue