Drop old yarn versions

This commit is contained in:
Vitaly Slobodin 2023-09-09 15:40:21 +02:00
parent 6ee36f684f
commit 67e3d687fb
No known key found for this signature in database
GPG key ID: BE103100635359D0

View file

@ -161,9 +161,6 @@ function print_node_args() {
function print_yarn_args() {
case "$1" in
1.12) YARN_INSTALL_VERSION=1.12.3 ;;
1.16) YARN_INSTALL_VERSION=1.16.0 ;;
1.21) YARN_INSTALL_VERSION=1.21.1 ;;
1.22) YARN_INSTALL_VERSION=1.22.19 ;;
*) fail "Unknown yarn version $1" ;;
esac