Commit 9537919
Make npm upgrade non-fatal in CI setup for broken macOS runners
The macOS runner's pre-installed npm has a corrupted promise-retry
module, causing `npm install -g npm@11` to fail. Since all CI jobs
use yarn (not npm), this step is non-critical. Emit a warning
annotation and continue instead of failing the job.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1e206d6 commit 9537919
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments