mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
install-node: Upgrade Node.js to 12.18.2.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
aa16208fd8
commit
b3da022bdf
@@ -4,7 +4,7 @@ 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.0
|
node_version=12.18.2
|
||||||
yarn_version=1.22.4
|
yarn_version=1.22.4
|
||||||
nvm_version=0.35.3
|
nvm_version=0.35.3
|
||||||
|
|
||||||
|
|||||||
@@ -44,4 +44,4 @@ API_FEATURE_LEVEL = 27
|
|||||||
# 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 = '90.0'
|
PROVISION_VERSION = '90.1'
|
||||||
|
|||||||
Reference in New Issue
Block a user