windows: bump the node version included in the prebuilt package: 10.18.0 -> 10.20.1

This is the latest version as of today.
pull/3943/head
muxator 2020-04-26 22:59:28 +02:00 committed by muxator
parent 6cb78e51b0
commit ed46bd9bfe
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
NODE_VERSION="10.18.0"
NODE_VERSION="10.20.1"
#Move to the folder where ep-lite is installed
cd $(dirname $0)