mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
install-node: Upgrade Node.js from 14.16.1 to 14.17.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -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=14.16.1
|
node_version=14.17.0
|
||||||
yarn_version=1.22.10
|
yarn_version=1.22.10
|
||||||
nvm_version=0.38.0
|
nvm_version=0.38.0
|
||||||
|
|
||||||
|
|||||||
@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 74
|
|||||||
# 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 = "150.2"
|
PROVISION_VERSION = "150.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user