diff --git a/.github/workflows/build-helper.yml b/.github/workflows/build-helper.yml index 2c2a6b14c..5d8f448b8 100644 --- a/.github/workflows/build-helper.yml +++ b/.github/workflows/build-helper.yml @@ -76,7 +76,7 @@ jobs: - uses: nick-fields/retry@v3 name: npm ci with: - command: npm ci --no-audit --no-fund --timing --foreground-scripts + command: npm ci --no-audit --no-fund retry_on: error max_attempts: 3 timeout_minutes: 5 diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index a26852cc3..ffaaa0a00 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -51,7 +51,7 @@ jobs: - uses: nick-fields/retry@v3 name: npm ci with: - command: npm ci --no-audit --no-fund --timing --foreground-scripts + command: npm ci --no-audit --no-fund retry_on: error max_attempts: 3 timeout_minutes: 5