Skip to content

Commit ccff23a

Browse files
committed
Use Node 22 for trusted publishing
1 parent 2b0f544 commit ccff23a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 20.x
30+
node-version: 22.x
3131
registry-url: https://registry.npmjs.org
3232
cache: npm
3333

0 commit comments

Comments
 (0)