install-node: Upgrade Node.js from 22.19.0 to 22.20.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-10-07 10:52:12 -07:00
committed by Tim Abbott
parent 01664a1a10
commit 88a7fde8bd
2 changed files with 4 additions and 4 deletions

View File

@@ -1,18 +1,18 @@
#!/usr/bin/env bash
set -euo pipefail
version=22.19.0
version=22.20.0
arch="$(uname -m)"
case $arch in
x86_64)
tarball="node-v$version-linux-x64.tar.xz"
sha256=c0649af18e6a24f6fe5535a3e86b341dd49a8e71117c8b68bde973ef834f16f2
sha256=00bbd05e306ea68b6e13e17360d0e2f680b493ef95f2fea1c4296ff7437530bc
;;
aarch64)
tarball="node-v$version-linux-arm64.tar.xz"
sha256=0b2d9f564b6594222a62c82e1df2efe119dd4a4aff29644f4dd325bf360b6bcc
sha256=06907b9c088ce62305bc1530e5c1ae1510245114645768f7750c349c5b6fe667
;;
esac

View File

@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 427
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (351, 2) # bumped 2025-10-01 to add vite to starlight_help
PROVISION_VERSION = (351, 3) # bumped 2025-10-07 to upgrade Node.js