Skip to content

Commit 415c6ab

Browse files
committed
use node version 24 to use package publishing using OIDC
1 parent ea30e68 commit 415c6ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/on_release_create.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737

3838
- uses: actions/setup-node@v4
3939
with:
40-
node-version: '18.x'
40+
node-version: '24.x' # Node 24+ required for full OIDC support
4141
registry-url: 'https://registry.npmjs.org'
42+
# When trusted publishing is configured, npm automatically uses OIDC
4243

4344
- name: Install NPM package
4445
run: npm install

0 commit comments

Comments
 (0)