Skip to content

Commit 9f9a115

Browse files
committed
install-node: Upgrade Node.js from 12.18.2 to 12.18.3.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 9f9daee commit 9f9a115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/lib/install-node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eo pipefail
44
ZULIP_PATH="$(dirname "$0")/../.."
55
ZULIP_SRV="/srv"
66
YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json"
7-
node_version=12.18.2
7+
node_version=12.18.3
88
yarn_version=1.22.4
99
nvm_version=0.35.3
1010

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
# historical commits sharing the same major version, in which case a
4545
# minor version bump suffices.
4646

47-
PROVISION_VERSION = '97.0'
47+
PROVISION_VERSION = '97.1'

0 commit comments

Comments
 (0)