Skip to content

Commit

Permalink
Update Node version to 5.10.0 which includes io.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnething committed Apr 5, 2016
1 parent 6380839 commit 7b3b0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolset/setup/linux/languages/nodejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b3b0ca

Please sign in to comment.