Commit bdb8f1d
committed
ci: add retry and timeout config to pnpm audit step
The npm registry occasionally times out during pnpm audit, causing
the Security audit required check to fail with ERR_SOCKET_TIMEOUT.
Add fetch timeout (120s) and retry config (3 retries with 20–120s
backoff) via npm_config env vars to make the step resilient to
transient network issues.1 parent ef9dcc4 commit bdb8f1d
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| |||
0 commit comments