install-node: Upgrade Node.js from 16.15.1 to 16.16.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-08-04 13:51:32 -07:00
parent c4388e66e5
commit 7da1586cbf
2 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
#!/usr/bin/env bash
set -euo pipefail
version=16.15.1
version=16.16.0
arch="$(uname -m)"
case $arch in
x86_64)
tarball="node-v$version-linux-x64.tar.xz"
sha256=b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12
sha256=edcb6e9bb049ae365611aa209fc03c4bfc7e0295dbcc5b2f1e710ac70384a8ec
;;
aarch64)
tarball="node-v$version-linux-arm64.tar.xz"
sha256=ddd18ba09cfa937f75123a9d69256d44386ff1b9c0d12fa4b3f9ce0b0d121d9d
sha256=6cb8f1353480646c1cd8ab9911995e5591e1a97811f43ea4ab3e946a57e7c80e
;;
esac

View File

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