diff options
author | Stefan <stefan@stefans-entwicklerecke.de> | 2016-12-22 23:15:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-22 23:15:49 +0100 |
commit | caabb4d8f71a79d2af3cef0760740cfe54dea750 (patch) | |
tree | 7f6455140a2ab972a1971c7d0304127ba9bb8e1e | |
parent | efb25f417a72f96a485efb955aa2eeb5b29b87b0 (diff) | |
download | etherpad-lite-caabb4d8f71a79d2af3cef0760740cfe54dea750.zip |
Update nodejs for windows to 6.9.2
-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 5ba4dd75..fddb96a1 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -1,6 +1,6 @@ #!/bin/sh -NODE_VERSION="6.9.1" +NODE_VERSION="6.9.2" #Move to the folder where ep-lite is installed cd `dirname $0` |