Skip to content

Commit 2790eca

Browse files
chore(deps): update node.js to v24
1 parent acc2142 commit 2790eca

File tree

4 files changed

+48
-204
lines changed

4 files changed

+48
-204
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-node@v3
3030
with:
31-
node-version: 20
31+
node-version: 24
3232
- run: npm ci
3333
- name: Run test with coverage
3434
run: npm run test:cov

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

0 commit comments

Comments
 (0)