Updated node version for windows to 8.9.0

This commit is contained in:
Stefan (Gared) 2017-11-04 17:02:25 +01:00
parent 097c07adec
commit e347f12c71
1 changed files with 1 additions and 1 deletions

View File

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