Update node to 10.18.1

This commit is contained in:
Girish Ramakrishnan
2020-01-29 11:13:56 -08:00
parent 83c0b2986a
commit c4ed471d1c
5 changed files with 1019 additions and 1315 deletions

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.15.1" ]]; then
echo "This script requires node 10.15.1"
if [[ "$(node --version)" != "v10.18.1" ]]; then
echo "This script requires node 10.18.1"
exit 1
fi