install-node: Upgrade Node.js from 14.18.1 to 16.13.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-11-04 17:04:13 -07:00 committed by Tim Abbott
parent 2080278758
commit f2a443a736
2 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
#!/usr/bin/env bash
set -euo pipefail
version=14.18.1
version=16.13.0
arch="$(uname -m)"
case $arch in
x86_64)
tarball="node-v$version-linux-x64.tar.xz"
sha256=ad1e3baa1aee8028b43206da3b2be9b8867cb598b4318bc88a0ae4518cc062a2
sha256=a876ce787133149abd1696afa54b0b5bc5ce3d5ae359081d407ff776e39b7ba8
;;
aarch64)
tarball="node-v$version-linux-arm64.tar.xz"
sha256=15c2ba182bafcc006c01a0e6f736a6ff3df101dec4c45026add51025095ab60d
sha256=93a0d03f9f802353cb7052bc97a02cd9642b49fa985671cdc16c99936c86d7d2
;;
esac

View File

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