From e347f12c71f6b85fa944a2e068344fe6f2713f8a Mon Sep 17 00:00:00 2001 From: "Stefan (Gared)" Date: Sat, 4 Nov 2017 17:02:25 +0100 Subject: [PATCH] Updated node version for windows to 8.9.0 --- bin/buildForWindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index fddb96a1..a9fbd70b 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -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`