summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan (Gared) <mu.stefan@googlemail.com>2017-11-04 17:02:25 +0100
committerStefan (Gared) <mu.stefan@googlemail.com>2017-11-04 17:02:25 +0100
commite347f12c71f6b85fa944a2e068344fe6f2713f8a (patch)
tree87387de453417f601f1d287a189c32896c103d83
parent097c07adecfc029da24b744733208d7ab0140355 (diff)
downloadetherpad-lite-e347f12c71f6b85fa944a2e068344fe6f2713f8a.zip
Updated node version for windows to 8.9.0
-rwxr-xr-xbin/buildForWindows.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh
index fddb96a1..a9fbd70b 100755
--- a/bin/buildForWindows.sh
+++ b/bin/buildForWindows.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-NODE_VERSION="6.9.2"
+NODE_VERSION="8.9.0"
#Move to the folder where ep-lite is installed
cd `dirname $0`