install-node: Upgrade Node.js from 18.15.0 to 18.16.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-04-25 20:20:56 -07:00 committed by Anders Kaseorg
parent 03b3c8522d
commit 6c4705a4ef
2 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
#!/usr/bin/env bash
set -euo pipefail
version=18.15.0
version=18.16.0
arch="$(uname -m)"
case $arch in
x86_64)
tarball="node-v$version-linux-x64.tar.xz"
sha256=c8c5fa53ce0c0f248e45983e86368e0b1daf84b77e88b310f769c3cfc12682ef
sha256=44d93d9b4627fe5ae343012d855491d62c7381b236c347f7666a7ad070f26548
;;
aarch64)
tarball="node-v$version-linux-arm64.tar.xz"
sha256=98ea6ed0a1ae55334ab2c03c34d5e52c6dc3dee8f236c0afc08ab1c964506633
sha256=c81dfa0bada232cb4583c44d171ea207934f7356f85f9184b32d0dde69e2e0ea
;;
esac

View File

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