From 47bdc387452805a2595fd002d97c88b9cbccbb6b Mon Sep 17 00:00:00 2001 From: Mike Sawka Date: Thu, 9 Oct 2025 16:34:05 -0700 Subject: [PATCH] remove npm ci timing info (#2413) --- .github/workflows/build-helper.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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