install-node: Upgrade Node.js from 16.13.2 to 16.14.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-03-01 21:32:02 -08:00 committed by Anders Kaseorg
parent 9bdf230642
commit 60e943b92e
2 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
#!/usr/bin/env bash
set -euo pipefail
version=16.13.2
version=16.14.0
arch="$(uname -m)"
case $arch in
x86_64)
tarball="node-v$version-linux-x64.tar.xz"
sha256=7f5e9a42d6e86147867d35643c7b1680c27ccd45db85666fc52798ead5e74421
sha256=0570b9354959f651b814e56a4ce98d4a067bf2385b9a0e6be075739bc65b0fae
;;
aarch64)
tarball="node-v$version-linux-arm64.tar.xz"
sha256=a3cf8e4e9fbea27573eee6da84720bf7227ddd22842b842d48049d6dfe55fb03
sha256=5a6e818c302527a4b1cdf61d3188408c8a3e4a1bbca1e3f836c93ea8469826ce
;;
esac

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 117
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = "180.0"
PROVISION_VERSION = "180.1"