Commit a085fd5
ci: upgrade to npm 11 before install
npm 10 (bundled with Node 20 and 22) crashes while resolving tsdown's
optional `@vitejs/devtools: *` peer dependency, failing `npm install` with
"Cannot read properties of null (reading 'edgesOut')". npm 11 resolves it
correctly, so upgrade npm before installing in both the test and publish jobs.
This is a pre-existing npm bug independent of the skia migration — it
reproduces on the previous package.json too — surfaced by a recent tsdown
publish.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 778bf68 commit a085fd5
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
52 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
53 | 61 | | |
54 | 62 | | |
55 | 63 | | |
| |||
0 commit comments