createReleaseTarball: bump node version

This commit is contained in:
Girish Ramakrishnan
2021-02-06 22:00:13 -08:00
parent 283f1aac21
commit 38ca8926af

View File

@@ -41,8 +41,8 @@ if ! $(cd "${SOURCE_DIR}/../dashboard" && git diff --exit-code >/dev/null); then
exit 1
fi
if [[ "$(node --version)" != "v10.18.1" ]]; then
echo "This script requires node 10.18.1"
if [[ "$(node --version)" != "v14.15.4" ]]; then
echo "This script requires node 14.15.4"
exit 1
fi