We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9daee commit 9f9a115Copy full SHA for 9f9a115
scripts/lib/install-node
@@ -4,7 +4,7 @@ set -eo pipefail
4
ZULIP_PATH="$(dirname "$0")/../.."
5
ZULIP_SRV="/srv"
6
YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json"
7
-node_version=12.18.2
+node_version=12.18.3
8
yarn_version=1.22.4
9
nvm_version=0.35.3
10
version.py
@@ -44,4 +44,4 @@
44
# historical commits sharing the same major version, in which case a
45
# minor version bump suffices.
46
47
-PROVISION_VERSION = '97.0'
+PROVISION_VERSION = '97.1'
0 commit comments