Commit 8fc6806
authored
fix: avoid auth errors for npm publish action (#195)
- node22 -> node24
- skip `npm i -g npm` because it fails
- remove `registry-url` because it causes auth errors
- move build step before versioning steps to avoid version bumps when
build could potentially fail1 parent bb3d620 commit 8fc6806
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | 36 | | |
0 commit comments