Browse Source

Merge pull request #2069 from cjnething/issue-1546-add-io-js-to-node-tests-jn

Update Node version to 5.10.0 which includes io.js
Nate 9 years ago
parent
commit
a6393c2cef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/languages/nodejs.sh

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

@@ -5,7 +5,7 @@ RETCODE=$(fw_exists ${IROOT}/node.installed)
   source $IROOT/node.installed
   return 0; }
 
-VERSION="0.12.12"
+VERSION="5.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