There was an error while loading. Please reload this page.
1 parent ed748cf commit eb6ac04Copy full SHA for eb6ac04
1 file changed
.github/workflows/publish.yml
@@ -21,7 +21,10 @@ jobs:
21
22
- uses: actions/setup-node@v4
23
with:
24
- node-version: '20'
+ # Node >= 22.14.0 is REQUIRED for npm OIDC trusted publishing.
25
+ # Node 20 completes the token exchange but the registry still 403s
26
+ # the PUT. Node 24 satisfies the requirement.
27
+ node-version: '24'
28
cache: 'npm'
29
30
- name: Upgrade npm (OIDC trusted publisher requires npm 11.5.1+)
0 commit comments