Update nodejs version

Using Node 12, LTS
This commit is contained in:
Nicholas S 2020-02-22 17:55:10 +02:00 committed by GitHub
parent 132227954c
commit 719f394b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if which node > /dev/null
then
echo "Node is already installed, skipping..."
else
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
fi
cd src && npm i -g pm2