install-node: Upgrade Node.js to 14.15.1 and nvm to 0.37.2.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-12-09 14:28:15 -08:00
parent 984a5bb737
commit 77fdac3579
2 changed files with 3 additions and 3 deletions

View File

@ -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=12.19.0
node_version=14.15.1
yarn_version=1.22.10
nvm_version=0.35.3
nvm_version=0.37.2
# 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

View File

@ -43,4 +43,4 @@ API_FEATURE_LEVEL = 35
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = '117.0'
PROVISION_VERSION = '117.1'