install-node: Upgrade Node.js from 20.13.2 to 20.13.1.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-05-26 19:25:56 -07:00
parent a4256012ed
commit 659d9e39db
2 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
#!/usr/bin/env bash
set -euo pipefail
version=20.12.2
version=20.13.1
arch="$(uname -m)"
case $arch in
x86_64)
tarball="node-v$version-linux-x64.tar.xz"
sha256=595272130310cbe12301430756f23d153f7ab95d00174c02adc11a2e3703d183
sha256=efc0f295dd878e510ab12ea36bbadc3db03c687ab30c07e86c7cdba7eed879a9
;;
aarch64)
tarball="node-v$version-linux-arm64.tar.xz"
sha256=b5fc7983fb9506b8c3de53dfa85ff63f9f49cedc94984e29e4c89328536ba4b9
sha256=d251cda3ee0a539d8aea4ea2327e98998cb23487569073902e35efb0526d574b
;;
esac

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 262
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (272, 0) # last bumped 2024-05-26 for upgrading JavaScript dependencies
PROVISION_VERSION = (272, 1) # last bumped 2024-05-26 for upgrading Node.js