Skip to content

Commit 479d6f5

Browse files
committed
ci: clarify OIDC node version comment
1 parent c437f42 commit 479d6f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/setup-node@v4
5353
with:
5454
cache: 'pnpm'
55-
# v24.14.0 bundles npm 11.9.0; ^ keeps newer 24.x while enforcing this minimum baseline.
55+
# Required for npm OIDC trusted publishing (npm >= 11.5.1), while staying on Node 24.
5656
node-version: '^24.14.0'
5757
registry-url: 'https://registry.npmjs.org'
5858

0 commit comments

Comments
 (0)