mirror of https://github.com/zulip/zulip.git
install-yarn: Upgrade Yarn from 1.22.18 to 1.22.19.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
4ebcc9ba95
commit
463fe515b8
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
version=1.22.18
|
||||
sha256=2eb06b1b33398afa85d8cbcbc62bde1cd4c879a0d37d5e246920abf87fc2e2b3
|
||||
version=1.22.19
|
||||
sha256=732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e
|
||||
tarball="yarn-$version.tgz"
|
||||
|
||||
check_version() {
|
||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 132
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = "193.0"
|
||||
PROVISION_VERSION = "193.1"
|
||||
|
|
Loading…
Reference in New Issue