Skip to content

Commit e51ad19

Browse files
committed
fix(ci): use Node 22 for npm OIDC trusted publishing
npm trusted publishing requires npm 11.5.1+ which ships with Node 22.
1 parent 2e709cc commit e51ad19

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
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup Node.js
5252
uses: actions/setup-node@v6
5353
with:
54-
node-version: '20'
54+
node-version: '22'
5555
registry-url: 'https://registry.npmjs.org'
5656

5757
- name: Package template

0 commit comments

Comments
 (0)