We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea30e68 commit 415c6abCopy full SHA for 415c6ab
.github/workflows/on_release_create.yml
@@ -37,8 +37,9 @@ jobs:
37
38
- uses: actions/setup-node@v4
39
with:
40
- node-version: '18.x'
+ node-version: '24.x' # Node 24+ required for full OIDC support
41
registry-url: 'https://registry.npmjs.org'
42
+ # When trusted publishing is configured, npm automatically uses OIDC
43
44
- name: Install NPM package
45
run: npm install
0 commit comments