mirror of https://github.com/zulip/zulip.git
install-node: Upgrade Node.js to 12.19.0 and Yarn to 1.22.10.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
de5282d2cf
commit
23a289ecd5
|
@ -4,8 +4,8 @@ set -eo pipefail
|
||||||
ZULIP_PATH="$(dirname "$0")/../.."
|
ZULIP_PATH="$(dirname "$0")/../.."
|
||||||
ZULIP_SRV="/srv"
|
ZULIP_SRV="/srv"
|
||||||
YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json"
|
YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json"
|
||||||
node_version=12.18.4
|
node_version=12.19.0
|
||||||
yarn_version=1.22.5
|
yarn_version=1.22.10
|
||||||
nvm_version=0.35.3
|
nvm_version=0.35.3
|
||||||
|
|
||||||
# This is a fix for the fact that nvm uses $HOME to determine which
|
# This is a fix for the fact that nvm uses $HOME to determine which
|
||||||
|
|
|
@ -44,4 +44,4 @@ API_FEATURE_LEVEL = 35
|
||||||
# historical commits sharing the same major version, in which case a
|
# historical commits sharing the same major version, in which case a
|
||||||
# minor version bump suffices.
|
# minor version bump suffices.
|
||||||
|
|
||||||
PROVISION_VERSION = '114.0'
|
PROVISION_VERSION = '114.1'
|
||||||
|
|
Loading…
Reference in New Issue