Skip to content

Commit 6016c05

Browse files
committed
fix npm version
1 parent 9ce84ab commit 6016c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: '22'
25+
node-version: '24'
2626
registry-url: 'https://registry.npmjs.org'
2727

2828
- name: Verify version matches tag

0 commit comments

Comments
 (0)