From 5bcc5a3be08cb7a92367644e73e9b8640238b22f Mon Sep 17 00:00:00 2001 From: muxator Date: Wed, 18 Dec 2019 02:00:08 +0100 Subject: [PATCH] windows: bump the node version included in the prebuilt package: 10.16.3 -> 10.18.0 This is the latest version as of today. --- bin/buildForWindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index 9d9e2f10..0977c678 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -1,6 +1,6 @@ #!/bin/sh -NODE_VERSION="10.16.3" +NODE_VERSION="10.18.0" #Move to the folder where ep-lite is installed cd `dirname $0`