Skip to content

Commit 7426593

Browse files
chore(deps): update dependency node to v24
1 parent ffcab77 commit 7426593

File tree

5 files changed

+32
-32
lines changed

5 files changed

+32
-32
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22.18.0
32+
node-version: 24.11.1
3333
cache: "pnpm"
3434

3535
- name: Install Dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: 设置 Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 22.18.0
31+
node-version: 24.11.1
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: 安装 pnpm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 22.18.0
35+
node-version: 24.11.1
3636
cache: "pnpm"
3737

3838
- name: Install Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@playwright/test": "^1.54.2",
5555
"@rsbuild/core": "^1.4.15",
5656
"@rslib/core": "^0.12.1",
57-
"@types/node": "^22.17.2",
57+
"@types/node": "^24.10.1",
5858
"@winner-fed/winjs": "*",
5959
"playwright": "^1.54.2",
6060
"simple-git-hooks": "^2.13.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)