Skip to content

Commit 5e599e5

Browse files
committed
chore: use Node.js 24 in publish workflow
1 parent 02c9b33 commit 5e599e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Node.js for npm publish
4242
uses: actions/setup-node@v6
4343
with:
44-
node-version: 22.x
44+
node-version: 24.x
4545
registry-url: 'https://registry.npmjs.org'
4646
- name: Publish to npm
4747
if: ${{ !contains(github.ref, '-alpha.') }}

0 commit comments

Comments
 (0)