mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'vs/drop-old-yarn-versions' into 'master'
Drop old yarn versions See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/725 Merged-by: Lukas 'Eipi' Eipert <leipert@gitlab.com> Approved-by: Lukas 'Eipi' Eipert <leipert@gitlab.com> Co-authored-by: Vitaly Slobodin <vslobodin@gitlab.com>
This commit is contained in:
commit
6759a77734
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue