Upgrade to Node 12.20.0

Thanks to Node developers!
This commit is contained in:
Lauri Ojansivu 2020-12-08 20:38:31 +02:00
parent c13e828c79
commit 015f4d671d
11 changed files with 13 additions and 13 deletions

View file

@ -28,7 +28,7 @@ do
#curl -0 -L https://npmjs.org/install.sh | sudo sh
#sudo chown -R $(id -u):$(id -g) $HOME/.npm
sudo npm -g install n
sudo n 12.19.0
sudo n 12.20.0
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
#sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then