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.
This commit is contained in:
muxator 2019-10-20 03:16:01 +02:00
parent ce666f19bd
commit 529c4a314e

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
NODE_VERSION="8.15.0" NODE_VERSION="10.16.3"
#Move to the folder where ep-lite is installed #Move to the folder where ep-lite is installed
cd `dirname $0` cd `dirname $0`