From f81c6b64762533bda9462ba2b466c64ab08fddd5 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 16 Apr 2015 22:56:14 +0200 Subject: [PATCH] Update node version for windows build to 0.12.2 --- bin/buildForWindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index 212e946b..9e8db1cc 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -1,6 +1,6 @@ #!/bin/sh -NODE_VERSION="0.10.38" +NODE_VERSION="0.12.2" #Move to the folder where ep-lite is installed cd `dirname $0`