install-yarn: Upgrade Yarn from 1.22.11 to 1.22.17.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-10-16 12:32:01 -07:00 committed by Tim Abbott
parent 7df96b78c6
commit 291087d70c
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
version=1.22.11
sha256=2c320de14a6014f62d29c34fec78fdbb0bc71c9ccba48ed0668de452c1f5fe6c
version=1.22.17
sha256=267982c61119a055ba2b23d9cf90b02d3d16c202c03cb0c3a53b9633eae37249
tarball="yarn-$version.tgz"
check_version() {

View File

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