upgrade to npm 14.x

This commit is contained in:
Rui Lopes 2021-02-28 12:41:16 +00:00
parent 1c9ca495c8
commit ef305dec04
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.
# see https://github.com/nodesource/distributions#debinstall
curl -sL https://deb.nodesource.com/setup_12.x | bash
curl -sL https://deb.nodesource.com/setup_14.x | bash
apt-get install -y nodejs
node --version
npm --version