Update node to 6.11.2

This commit is contained in:
Girish Ramakrishnan
2017-08-08 18:38:39 -07:00
parent 3b98eb0543
commit 09cb468290
4 changed files with 15 additions and 12 deletions

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.1" ]]; then
echo "This script requires node 6.11.1"
if [[ "$(node --version)" != "v6.11.2" ]]; then
echo "This script requires node 6.11.2"
exit 1
fi