From 82f391e245220ba06a56485263f0bdc11a29d496 Mon Sep 17 00:00:00 2001 From: kytwb Date: Sat, 1 Jan 2022 17:18:12 +0100 Subject: Revert "Increase retry max_attempts for npm i on windows" This reverts commit a0e2eedeedd84174ddfbfd9a47caf797c7f1d021. --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index c1f776821..0a535376c 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -314,7 +314,7 @@ jobs: with: command: npm i timeout_minutes: 15 - max_attempts: 6 + max_attempts: 3 retry_on: error - name: Package recipes run: pnpm i && pnpm run package -- cgit v1.2.3-54-g00ecf