There was an error while loading. Please reload this page.
1 parent c437f42 commit 479d6f5Copy full SHA for 479d6f5
1 file changed
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: actions/setup-node@v4
53
with:
54
cache: 'pnpm'
55
- # v24.14.0 bundles npm 11.9.0; ^ keeps newer 24.x while enforcing this minimum baseline.
+ # Required for npm OIDC trusted publishing (npm >= 11.5.1), while staying on Node 24.
56
node-version: '^24.14.0'
57
registry-url: 'https://registry.npmjs.org'
58
0 commit comments