From acc0b05702e6a3a7038c51ab01a5657abe6a35e6 Mon Sep 17 00:00:00 2001 From: muxator Date: Sun, 27 Jan 2019 13:48:24 +0100 Subject: [PATCH] windows: 1.7.5 was released with node 8.15.0. Document it here. --- bin/buildForWindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index a9fbd70b1..3257bf187 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -1,6 +1,6 @@ #!/bin/sh -NODE_VERSION="8.9.0" +NODE_VERSION="8.15.0" #Move to the folder where ep-lite is installed cd `dirname $0`