mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Drop old yarn versions
This commit is contained in:
parent
6ee36f684f
commit
67e3d687fb
1 changed files with 0 additions and 3 deletions
|
|
@ -161,9 +161,6 @@ function print_node_args() {
|
||||||
|
|
||||||
function print_yarn_args() {
|
function print_yarn_args() {
|
||||||
case "$1" in
|
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 ;;
|
1.22) YARN_INSTALL_VERSION=1.22.19 ;;
|
||||||
*) fail "Unknown yarn version $1" ;;
|
*) fail "Unknown yarn version $1" ;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue