Commit 1b90c6c
ci: use Node 24 for npm trusted publishing OIDC support (#12)
* ci: remove redundant test step from publish workflow
Tests already run in CI workflow and are required to pass before merge.
Running them again in publish workflow was redundant and would fail
anyway due to missing Redis service container.
* ci: use Node 24 for npm trusted publishing OIDC support
npm trusted publishing via OIDC requires npm >= 11.5.1 or Node >= 24.
Node 20's npm version is too old and fails with "Access token expired"
errors when trying to use OIDC authentication.
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent be3d171 commit 1b90c6c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments