Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
Update NodeJS LTS
  • Loading branch information
jules-ch authored Apr 18, 2022
1 parent 0829dcf commit 131df39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ sudo flatpak install postman -y
## Node.JS + Yarn Install

echo "Installing Node 14 JS LTS"
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Expand Down

0 comments on commit 131df39

Please sign in to comment.