remove npm ci timing info (#2413)

This commit is contained in:
Mike Sawka 2025-10-09 16:34:05 -07:00 committed by GitHub
parent cd2e00e402
commit 47bdc38745
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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