mirror of https://github.com/zulip/zulip.git
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:
parent
60aebc4b55
commit
ac49736311
|
@ -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
|
||||
|
|
|
@ -26,4 +26,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = '65.1'
|
||||
PROVISION_VERSION = '65.2'
|
||||
|
|
Loading…
Reference in New Issue