install-node: Upgrade Node.js from 14.17.3 to 14.17.5.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-08-23 12:28:59 -07:00
parent 7ef1a024db
commit ebb8e9109c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eo pipefail
node_version=14.17.3
node_version=14.17.5
nvm_version=0.38.0
# This is a fix for the fact that nvm uses $HOME to determine which

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 93
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = "154.0"
PROVISION_VERSION = "154.1"