mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
install-node: Upgrade Node.js from 20.15.1 to 22.14.0.
This is the equivalent of3af4900891, as a better fix than7c2212caa3for the provisioning errors caused by key rotation in https://github.com/nodejs/corepack/issues/612
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
version=20.15.1
|
||||
version=22.14.0
|
||||
arch="$(uname -m)"
|
||||
|
||||
case $arch in
|
||||
x86_64)
|
||||
tarball="node-v$version-linux-x64.tar.xz"
|
||||
sha256=26700f8d3e78112ad4a2618a9c8e2816e38a49ecf0213ece80e54c38cb02563f
|
||||
sha256=69b09dba5c8dcb05c4e4273a4340db1005abeafe3927efda2bc5b249e80437ec
|
||||
;;
|
||||
|
||||
aarch64)
|
||||
tarball="node-v$version-linux-arm64.tar.xz"
|
||||
sha256=10d47a46ef208b3e4b226e4d595a82659123b22397ed77b7975d989114ec317e
|
||||
sha256=08bfbf538bad0e8cbb0269f0173cca28d705874a67a22f60b57d99dc99e30050
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user