mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update yarn to 1.22.17
This commit is contained in:
parent
51e4dea7ac
commit
b2e4da6246
3 changed files with 3 additions and 3 deletions
|
|
@ -115,7 +115,7 @@ function print_yarn_args() {
|
|||
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.10 ;;
|
||||
1.22) YARN_INSTALL_VERSION=1.22.17 ;;
|
||||
*) echo "Unknown yarn version $1"; exit 1;
|
||||
esac
|
||||
printf -- "--build-arg YARN_INSTALL_VERSION=%s " "$YARN_INSTALL_VERSION"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue