Upgraded nodejs dependencies to 16.x (#364)

This commit is contained in:
Ravin Perera
2022-03-08 21:12:26 +05:30
committed by GitHub
parent 86895426a1
commit 050b6f5bd5
8 changed files with 206 additions and 17 deletions

View File

@@ -93,7 +93,7 @@ sudo apt-get install -y \
sudo apt-get install -y jq
# NodeJs
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
# ncc build utility for nodejs compiled builds.
sudo npm i -g @vercel/ncc