Skip to content

Commit 450ec9a

Browse files
committed
refactor: update Node.js version to 24 in npm publish workflow
1 parent 2d41b70 commit 450ec9a

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
22+
node-version: 24
2323
registry-url: https://registry.npmjs.org
2424

2525
- name: Install dependencies

0 commit comments

Comments
 (0)