diff --git a/setup.sh b/setup.sh index b430174..1536211 100755 --- a/setup.sh +++ b/setup.sh @@ -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