mirror of https://github.com/zulip/zulip.git
install-node: Upgrade Node.js to 14.16.1 and nvm to 0.38.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
7910a42586
commit
b6b117274c
|
@ -4,9 +4,9 @@ set -eo pipefail
|
|||
ZULIP_PATH="$(dirname "$0")/../.."
|
||||
ZULIP_SRV="/srv"
|
||||
YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json"
|
||||
node_version=14.16.0
|
||||
node_version=14.16.1
|
||||
yarn_version=1.22.10
|
||||
nvm_version=0.37.2
|
||||
nvm_version=0.38.0
|
||||
|
||||
# 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
|
||||
|
|
|
@ -45,4 +45,4 @@ API_FEATURE_LEVEL = 51
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = "138.0"
|
||||
PROVISION_VERSION = "138.1"
|
||||
|
|
Loading…
Reference in New Issue