Commit 465ada6
authored
fix(ci): install an npm new enough for trusted publishing (#21)
npm performs the OIDC exchange itself and only gained that support in
11.5.1; Node 22 bundles npm 10.x, so npm publish ran unauthenticated and
failed with ENEEDAUTH while the plugin reported the exchange succeeding.1 parent 01690b6 commit 465ada6
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
52 | 63 | | |
53 | 64 | | |
54 | 65 | | |
| |||
0 commit comments