Browse Source

Update NodeJS (#2796)

Nate 8 years ago
parent
commit
c0bf5607f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/webservers/nodejs.sh

+ 1 - 1
toolset/setup/linux/webservers/nodejs.sh

@@ -2,7 +2,7 @@
 
 fw_installed node && return 0
 
-VERSION="7.5.0"
+VERSION="7.10.0"
 
 fw_get -O http://nodejs.org/dist/v$VERSION/node-v$VERSION-linux-x64.tar.gz
 fw_untar node-v$VERSION-linux-x64.tar.gz