mirror of https://github.com/zulip/zulip.git
install-node: Upgrade Node.js from 14.17.5 to 14.17.6.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
dadacc38a8
commit
9bed17e0ab
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
node_version=14.17.5
|
node_version=14.17.6
|
||||||
nvm_version=0.38.0
|
nvm_version=0.38.0
|
||||||
|
|
||||||
# This is a fix for the fact that nvm uses $HOME to determine which
|
# This is a fix for the fact that nvm uses $HOME to determine which
|
||||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 97
|
||||||
# historical commits sharing the same major version, in which case a
|
# historical commits sharing the same major version, in which case a
|
||||||
# minor version bump suffices.
|
# minor version bump suffices.
|
||||||
|
|
||||||
PROVISION_VERSION = "159.0"
|
PROVISION_VERSION = "159.1"
|
||||||
|
|
Loading…
Reference in New Issue