From 529c4a314eb791614e119ccce25c23bf0442725c Mon Sep 17 00:00:00 2001 From: muxator Date: Sun, 20 Oct 2019 03:16:01 +0200 Subject: [PATCH] windows: bump the node version included in the prebuilt package: 8.15.0 -> 10.16.3 Nodejs 8.x is going to be EOLed in a few months, and newer nodejs runtimes are typically faster, a much needed benefit under Windows. Closes #3652. --- bin/buildForWindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index 187d4a51d..9d9e2f10d 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -1,6 +1,6 @@ #!/bin/sh -NODE_VERSION="8.15.0" +NODE_VERSION="10.16.3" #Move to the folder where ep-lite is installed cd `dirname $0`