install-node: Upgrade to Node 12.11.1, Yarn 1.19.0.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2019-10-04 22:07:22 +00:00
committed by Tim Abbott
parent caf217d434
commit 1235dc3bec

View File

@@ -7,8 +7,8 @@ if [ "$TRAVIS" ] ; then
ZULIP_SRV="/home/travis"
fi
YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json"
node_version=12.3.1
yarn_version=1.16.0
node_version=12.11.1
yarn_version=1.19.0
# This is a fix for the fact that nvm uses $HOME to determine which
# user account's home directory to ~/.config to. Ideally, we'd have a