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.
pull/3655/head
muxator 2019-10-20 03:16:01 +02:00
parent ce666f19bd
commit 529c4a314e
1 changed files with 1 additions and 1 deletions

View File

@ -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`