Commit a88a461
authored
ci(publish): install node 22 in the CircleCI publish job (#74)
The emsdk 3.1.74 image ships node 20.18.0, but vite 7 (transitive via
vitest 3) requires ^20.19.0 || >=22.12.0, so 'yarn install' in the
NPM_PUBLISH job fails its engine check and the publish never runs. Install
node 22 and put it first on PATH before yarn install, mirroring the
setup-node@v4 step the GitHub Actions build job already uses. emcc keeps
its own configured node, so the wasm build is unaffected.1 parent fcfb2c2 commit a88a461
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
26 | 37 | | |
27 | 38 | | |
28 | 39 | | |
| |||
0 commit comments