Use node 6.11.3

This commit is contained in:
Girish Ramakrishnan
2017-09-06 09:39:22 -07:00
parent 513517b15e
commit e498678488
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ if ! $(cd "${SOURCE_DIR}" && git diff --exit-code >/dev/null); then
exit 1
fi
if [[ "$(node --version)" != "v6.11.2" ]]; then
echo "This script requires node 6.11.2"
if [[ "$(node --version)" != "v6.11.3" ]]; then
echo "This script requires node 6.11.3"
exit 1
fi