mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
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:
committed by
Anders Kaseorg
parent
1d3f5a0368
commit
e890033f76
@@ -1,18 +1,18 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
version=18.16.0
|
version=18.17.0
|
||||||
arch="$(uname -m)"
|
arch="$(uname -m)"
|
||||||
|
|
||||||
case $arch in
|
case $arch in
|
||||||
x86_64)
|
x86_64)
|
||||||
tarball="node-v$version-linux-x64.tar.xz"
|
tarball="node-v$version-linux-x64.tar.xz"
|
||||||
sha256=44d93d9b4627fe5ae343012d855491d62c7381b236c347f7666a7ad070f26548
|
sha256=f36facda28c4d5ce76b3a1b4344e688d29d9254943a47f2f1909b1a10acb1959
|
||||||
;;
|
;;
|
||||||
|
|
||||||
aarch64)
|
aarch64)
|
||||||
tarball="node-v$version-linux-arm64.tar.xz"
|
tarball="node-v$version-linux-arm64.tar.xz"
|
||||||
sha256=c81dfa0bada232cb4583c44d171ea207934f7356f85f9184b32d0dde69e2e0ea
|
sha256=fbd2904178ee47da6e0386bc9704a12b1f613da6ad194878a517d4a69ba56544
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 195
|
|||||||
# historical commits sharing the same major version, in which case a
|
# historical commits sharing the same major version, in which case a
|
||||||
# minor version bump suffices.
|
# minor version bump suffices.
|
||||||
|
|
||||||
PROVISION_VERSION = (245, 0)
|
PROVISION_VERSION = (245, 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user