Commit f1efa67
authored
ci: pin npm 11.15.0 for stage publish command (#235)
The npm stage publish command requires npm 11.15.0+. Node 24's bundled
npm is 11.13.0, which doesn't have the command. The install step
already uses the npx -y -p npm@11.15.0 pattern; apply the same to the
publish step.1 parent fb2b3b2 commit f1efa67
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- .github/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
0 commit comments