Merge pull request #3086 from Gared/update_node_for_windows

Updated node for windows build to version 6.9.1
This commit is contained in:
Stefan 2016-11-30 19:32:46 +01:00 committed by GitHub
commit 9d3f5781eb

View file

@ -1,6 +1,6 @@
#!/bin/sh
NODE_VERSION="4.4.3"
NODE_VERSION="6.9.1"
#Move to the folder where ep-lite is installed
cd `dirname $0`