From da62c27180255f81307401fe464bfeadf56297a8 Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Thu, 19 Mar 2026 14:54:17 +0800 Subject: [PATCH] fix(ci): drop legacy yarn install flags --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/release.yml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4328ec93..d2084259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: | for i in 1 2 3; do echo "yarn install attempt $i" - yarn install --immutable --ignore-engines --network-timeout 100000 --network-concurrency 1 && break + yarn install --immutable && break sleep 5 [ "$i" = "3" ] && exit 1 done @@ -165,7 +165,7 @@ jobs: run: | for i in 1 2 3; do echo "yarn install attempt $i" - yarn install --immutable --ignore-engines --network-timeout 100000 --network-concurrency 1 && break + yarn install --immutable && break sleep 5 [ "$i" = "3" ] && exit 1 done @@ -207,7 +207,7 @@ jobs: run: | for i in 1 2 3; do echo "yarn install attempt $i" - yarn install --immutable --ignore-engines --network-timeout 100000 --network-concurrency 1 && break + yarn install --immutable && break sleep 5 [ "$i" = "3" ] && exit 1 done @@ -273,7 +273,7 @@ jobs: run: | for i in 1 2 3; do echo "yarn install attempt $i" - yarn install --immutable --ignore-engines --network-timeout 100000 --network-concurrency 1 && break + yarn install --immutable && break sleep 5 [ "$i" = "3" ] && exit 1 done @@ -339,7 +339,7 @@ jobs: run: | for i in 1 2 3; do echo "yarn install attempt $i" - yarn install --immutable --ignore-engines --network-timeout 100000 --network-concurrency 1 && break + yarn install --immutable && break sleep 5 [ "$i" = "3" ] && exit 1 done @@ -403,7 +403,7 @@ jobs: run: | for i in 1 2 3; do echo "yarn install attempt $i" - yarn install --immutable --ignore-engines --network-timeout 100000 --network-concurrency 1 && break + yarn install --immutable && break sleep 5 [ "$i" = "3" ] && exit 1 done diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f2bf881..d55da1cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: run: | for i in 1 2 3; do echo "yarn install attempt $i" - yarn install --immutable --ignore-engines --network-timeout 100000 --network-concurrency 1 && break + yarn install --immutable && break sleep 5 [ "$i" = "3" ] && exit 1 done @@ -75,7 +75,7 @@ jobs: run: | for i in 1 2 3; do echo "yarn install attempt $i" - yarn install --immutable --ignore-engines --network-timeout 100000 --network-concurrency 1 && break + yarn install --immutable && break sleep 5 [ "$i" = "3" ] && exit 1 done @@ -140,7 +140,7 @@ jobs: run: | for i in 1 2 3; do echo "yarn install attempt $i" - yarn install --immutable --ignore-engines --network-timeout 100000 --network-concurrency 1 && break + yarn install --immutable && break sleep 5 [ "$i" = "3" ] && exit 1 done @@ -195,7 +195,7 @@ jobs: run: | for i in 1 2 3; do echo "yarn install attempt $i" - yarn install --immutable --ignore-engines --network-timeout 100000 --network-concurrency 1 && break + yarn install --immutable && break sleep 5 [ "$i" = "3" ] && exit 1 done @@ -238,7 +238,7 @@ jobs: run: | for i in 1 2 3; do echo "yarn install attempt $i" - yarn install --immutable --ignore-engines --network-timeout 100000 --network-concurrency 1 && break + yarn install --immutable && break sleep 5 [ "$i" = "3" ] && exit 1 done @@ -293,7 +293,7 @@ jobs: run: | for i in 1 2 3; do echo "yarn install attempt $i" - yarn install --immutable --ignore-engines --network-timeout 100000 --network-concurrency 1 && break + yarn install --immutable && break sleep 5 [ "$i" = "3" ] && exit 1 done