From 719f394b1b8fb7481f1f3d5adc935eecec528d90 Mon Sep 17 00:00:00 2001 From: Nicholas S Date: Sat, 22 Feb 2020 17:55:10 +0200 Subject: [PATCH] Update nodejs version Using Node 12, LTS --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 567ac62..220085b 100644 --- a/install.sh +++ b/install.sh @@ -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