use node 6.9.2 LTS

This commit is contained in:
Girish Ramakrishnan
2016-12-23 09:56:27 -08:00
parent 91e4f6fcec
commit f5eb5d545f
2 changed files with 6 additions and 7 deletions

View File

@@ -38,8 +38,8 @@ if ! $(cd "${SOURCE_DIR}" && git diff --exit-code >/dev/null); then
exit 1
fi
if [[ "$(node --version)" != "v4.1.1" ]]; then
echo "This script requires node 4.1.1"
if [[ "$(node --version)" != "v6.9.2" ]]; then
echo "This script requires node 6.9.2"
exit 1
fi