8.9.3 is required

This commit is contained in:
Girish Ramakrishnan
2017-12-15 17:05:48 +05:30
parent 70e23ed394
commit f108376b25

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.5" ]]; then
echo "This script requires node 6.11.5"
if [[ "$(node --version)" != "v8.9.3" ]]; then
echo "This script requires node 8.9.3"
exit 1
fi