Skip to content

Commit b49ffc8

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

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
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

package-lock.json

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@janejeon/prettier-config": "^2.0.0",
3636
"@janejeon/tsconfig": "^0.3.1",
3737
"@types/debug": "^4.1.8",
38-
"@types/node": "^20.5.1",
38+
"@types/node": "^24.0.0",
3939
"@vitest/coverage-istanbul": "^1.0.0",
4040
"@vitest/ui": "^1.0.0",
4141
"cacheable-lookup": "^7.0.0",

0 commit comments

Comments
 (0)