Skip to content
This repository was archived by the owner on May 7, 2022. It is now read-only.

Commit 8093310

Browse files
authored
Merge pull request #113 from DanielFran/master
Update Node version to 10.16.3
2 parents 92099a0 + eb7adab commit 8093310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apt-get -y install vim git zip bzip2 fontconfig curl language-pack-en
1818
apt-get -y install openjdk-11-jdk
1919

2020
# install Node.js
21-
wget https://nodejs.org/dist/v10.16.2/node-v10.16.2-linux-x64.tar.gz -O /tmp/node.tar.gz
21+
wget https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.gz -O /tmp/node.tar.gz
2222
tar -C /usr/local --strip-components 1 -xzf /tmp/node.tar.gz
2323

2424
# update NPM

0 commit comments

Comments
 (0)