From d1d2e462d04e7c5722375485a9b19aca1541a9c0 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 20 Nov 2016 12:32:36 +0100 Subject: [PATCH] Updated node for windows build to version 6.9.1 --- bin/buildForWindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index 8e921d84..5ba4dd75 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -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`