Update yarn to 1.22.5

This commit is contained in:
Lukas Eipert 2020-10-01 13:14:12 +02:00
parent b743e862e8
commit fc95963fc7
No known key found for this signature in database
GPG key ID: 148BEA37CB35B2AC
2 changed files with 17 additions and 16 deletions

View file

@ -150,6 +150,7 @@ function print_yarn_args() {
1.12) YARN_INSTALL_VERSION=1.12.3-1 ;;
1.16) YARN_INSTALL_VERSION=1.16.0-1 ;;
1.21) YARN_INSTALL_VERSION=1.21.1-1 ;;
1.22) YARN_INSTALL_VERSION=1.22.5-1 ;;
*) echo "Unknown yarn version $1"; exit 1;
esac
printf -- "--build-arg YARN_INSTALL_VERSION=%s " "$YARN_INSTALL_VERSION"