Skip to content

Commit 2594c09

Browse files
committed
chore(ci): use node 24 for release publish
1 parent 230664a commit 2594c09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
if: steps.determine.outputs.changed == 'true' && steps.determine.outputs.tag_exists == 'false'
123123
uses: actions/setup-node@v4
124124
with:
125-
node-version: 22
125+
node-version: 24
126126
registry-url: https://registry.npmjs.org
127127

128128
- name: Publish to npm

0 commit comments

Comments
 (0)