Skip to content

Commit

Permalink
Update Nodejs version to 14.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFran committed Mar 13, 2021
1 parent 7c0cb8a commit 44162c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apt-get -y install vim git zip bzip2 fontconfig curl language-pack-en
apt-get -y install openjdk-11-jdk

# install Node.js
wget https://nodejs.org/dist/v14.15.0/node-v14.15.0-linux-x64.tar.gz -O /tmp/node.tar.gz
wget https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz -O /tmp/node.tar.gz
tar -C /usr/local --strip-components 1 -xzf /tmp/node.tar.gz

# update NPM
Expand Down

0 comments on commit 44162c0

Please sign in to comment.