diff options
author | Stefan (Gared) <mu.stefan@googlemail.com> | 2017-11-04 17:02:25 +0100 |
---|---|---|
committer | Stefan (Gared) <mu.stefan@googlemail.com> | 2017-11-04 17:02:25 +0100 |
commit | e347f12c71f6b85fa944a2e068344fe6f2713f8a (patch) | |
tree | 87387de453417f601f1d287a189c32896c103d83 /bin | |
parent | 097c07adecfc029da24b744733208d7ab0140355 (diff) | |
download | etherpad-lite-e347f12c71f6b85fa944a2e068344fe6f2713f8a.zip |
Updated node version for windows to 8.9.0
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/buildForWindows.sh | 2 |
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` |