Skip to content

Commit d6ec8da

Browse files
chore(deps): update dependency node to v24
1 parent 7a035ee commit d6ec8da

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20.x
21+
node-version: 24.x
2222
cache: npm
2323

2424
- name: Setup
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set node
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 20.x
41+
node-version: 24.x
4242
cache: npm
4343

4444
- name: Setup

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20.x
22+
node-version: 24.x
2323
registry-url: "https://registry.npmjs.org"
2424
cache: npm
2525

package-lock.json

Lines changed: 8 additions & 8 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
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@antfu/ni": "^0.23.0",
54-
"@types/node": "^22.0.0",
54+
"@types/node": "^24.0.0",
5555
"@typescript-eslint/eslint-plugin": "^8.0.0",
5656
"@typescript-eslint/parser": "^8.0.0",
5757
"@vitest/coverage-v8": "^3.0.0",

0 commit comments

Comments
 (0)