install-node: Upgrade Node.js from 18.10.0 to 18.12.1.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-12-06 16:56:24 -08:00 committed by Tim Abbott
parent 8b6bd961e6
commit 89e954451b
2 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
#!/usr/bin/env bash
set -euo pipefail
version=18.10.0
version=18.12.1
arch="$(uname -m)"
case $arch in
x86_64)
tarball="node-v$version-linux-x64.tar.xz"
sha256=1aff4537bbb81c29c5c1c7c96379c6a2133b43651812745b524db8e1b65ee12b
sha256=4481a34bf32ddb9a9ff9540338539401320e8c3628af39929b4211ea3552a19e
;;
aarch64)
tarball="node-v$version-linux-arm64.tar.xz"
sha256=bbe88afe35569780aae8a84d9be8b55e4944d13e9212b0d51883a5dcf6a7de8b
sha256=3904869935b7ecc51130b4b86486d2356539a174d11c9181180cab649f32cd2a
;;
esac

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 156
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (216, 0)
PROVISION_VERSION = (216, 1)