upgrade the example to node 16

This commit is contained in:
Rui Lopes 2022-03-04 19:30:48 +00:00
parent 6bd5f210f0
commit 4d43fc76f2
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 --fail --show-error https://deb.nodesource.com/setup_14.x | bash
curl -sL --fail --show-error https://deb.nodesource.com/setup_16.x | bash
apt-get install -y nodejs
node --version
npm --version