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

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2019-11-11 14:39:41 -08:00
committed by Tim Abbott
parent 60aebc4b55
commit ac49736311
2 changed files with 3 additions and 3 deletions

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.11.1
yarn_version=1.19.0
node_version=12.13.0
yarn_version=1.19.1
# 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