Skip to content

Commit 4f68f69

Browse files
committed
ci: update node version to 22 for OIDC support
1 parent fd5e797 commit 4f68f69

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
permissions:
1616
contents: read
1717
id-token: write
18-
packages: write
1918

2019
jobs:
2120
publish:
@@ -32,7 +31,7 @@ jobs:
3231
- name: Setup Node.js and enable npm cache
3332
uses: actions/setup-node@v4
3433
with:
35-
node-version: '18'
34+
node-version: '22'
3635
cache: 'npm'
3736
registry-url: 'https://registry.npmjs.org'
3837

0 commit comments

Comments
 (0)