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:
commit
9d3f5781eb
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||||
|
|
Loading…
Reference in a new issue