Skip to content

Commit 47bdc38

Browse files
authored
remove npm ci timing info (#2413)
1 parent cd2e00e commit 47bdc38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: nick-fields/retry@v3
7777
name: npm ci
7878
with:
79-
command: npm ci --no-audit --no-fund --timing --foreground-scripts
79+
command: npm ci --no-audit --no-fund
8080
retry_on: error
8181
max_attempts: 3
8282
timeout_minutes: 5

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: nick-fields/retry@v3
5252
name: npm ci
5353
with:
54-
command: npm ci --no-audit --no-fund --timing --foreground-scripts
54+
command: npm ci --no-audit --no-fund
5555
retry_on: error
5656
max_attempts: 3
5757
timeout_minutes: 5

0 commit comments

Comments
 (0)