From caabb4d8f71a79d2af3cef0760740cfe54dea750 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 22 Dec 2016 23:15:49 +0100 Subject: [PATCH] Update nodejs for windows to 6.9.2 --- bin/buildForWindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index 5ba4dd753..fddb96a1f 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -1,6 +1,6 @@ #!/bin/sh -NODE_VERSION="6.9.1" +NODE_VERSION="6.9.2" #Move to the folder where ep-lite is installed cd `dirname $0`