mirror of https://github.com/zulip/zulip.git
install-yarn: Upgrade Yarn from 1.22.17 to 1.22.18.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
2007c75061
commit
61c9740bbd
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
version=1.22.17
|
||||
sha256=267982c61119a055ba2b23d9cf90b02d3d16c202c03cb0c3a53b9633eae37249
|
||||
version=1.22.18
|
||||
sha256=2eb06b1b33398afa85d8cbcbc62bde1cd4c879a0d37d5e246920abf87fc2e2b3
|
||||
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 = "190.2"
|
||||
PROVISION_VERSION = "190.3"
|
||||
|
|
Loading…
Reference in New Issue