Updated Node.js to v12.20.2

Thanks to Node.js developers!
This commit is contained in:
Lauri Ojansivu 2021-02-11 16:46:40 +02:00
parent 0f6edc477e
commit 011f86f368
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.20.1
sudo n 12.20.2
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
#sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then