Commit 328f880
Disable npm audit in CI to prevent ETIMEDOUT failures
npm 11.x runs 'npm audit' by default during 'npm ci' and treats
network failures on the security advisories endpoint as hard errors.
The AzDO feed's advisories/bulk endpoint intermittently times out,
causing build failures with exit code -1 and ETIMEDOUT.
The audit is non-essential for CI builds — we don't need to block
on checking for known vulnerabilities during every build.
Co-authored-by: Copilot <[email protected]>1 parent fb2bd3e commit 328f880
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments