Merge pull request #3086 from Gared/update_node_for_windows

Updated node for windows build to version 6.9.1
pull/3004/merge
Stefan 2016-11-30 19:32:46 +01:00 committed by GitHub
commit 9d3f5781eb
1 changed files with 1 additions and 1 deletions

View File

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