Skip to content

Commit aba74cd

Browse files
authored
Remove node version (#1249)
* Remove node version * Use node 22
1 parent 8114afc commit aba74cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup npm for OIDC publishing
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: '20'
38+
node-version: '22'
3939
registry-url: 'https://registry.npmjs.org'
4040

4141
- name: Ensure npm 11.5.1+ for OIDC support

0 commit comments

Comments
 (0)