Skip to content

Commit c5127b0

Browse files
committed
fix: use Node 22 (npm 11+) for OIDC trusted publishing
1 parent d42c733 commit c5127b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-node@v4
3030
with:
31-
node-version: '20'
32-
registry-url: 'https://registry.npmjs.org'
31+
node-version: '22'
3332

3433
- name: Install dependencies
3534
run: npm install

0 commit comments

Comments
 (0)