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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-07-21 13:54:34 -07:00 committed by Anders Kaseorg
parent 1d3f5a0368
commit e890033f76
2 changed files with 4 additions and 4 deletions

View File

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

View File

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