Skip to content

Commit 6677148

Browse files
committed
fix: Update Node.js version to 24 in CI workflow
Bump Node.js version from 20 to 24 in the GitHub Actions CI workflow to ensure compatibility with the latest Node.js features and dependencies.
1 parent d8f4fc9 commit 6677148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

3333
- name: Install dependencies

0 commit comments

Comments
 (0)