install-node: Upgrade Node.js to 12.18.2.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-07-17 18:23:18 -07:00 committed by Tim Abbott
parent aa16208fd8
commit b3da022bdf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'