mirror of https://github.com/zulip/zulip.git
install-node: Upgrade Node.js to 12.18.2.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
aa16208fd8
commit
b3da022bdf
|
@ -4,7 +4,7 @@ set -eo pipefail
|
|||
ZULIP_PATH="$(dirname "$0")/../.."
|
||||
ZULIP_SRV="/srv"
|
||||
YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json"
|
||||
node_version=12.18.0
|
||||
node_version=12.18.2
|
||||
yarn_version=1.22.4
|
||||
nvm_version=0.35.3
|
||||
|
||||
|
|
|
@ -44,4 +44,4 @@ API_FEATURE_LEVEL = 27
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = '90.0'
|
||||
PROVISION_VERSION = '90.1'
|
||||
|
|
Loading…
Reference in New Issue