Skip to content

Commit e58a30c

Browse files
retepsclaude
andcommitted
use Node 22.x for npm publish (OIDC requires npm >=11.5.1)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ed883b5 commit e58a30c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '20.x'
15+
node-version: '22.x'
1616
registry-url: 'https://registry.npmjs.org'
1717
- name: Set version from tag and publish
1818
run: |

0 commit comments

Comments
 (0)