Skip to content

Commit 32a5820

Browse files
chore(deps): update dependency node to v24
1 parent 78b8b48 commit 32a5820

File tree

5 files changed

+33
-71
lines changed

5 files changed

+33
-71
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.0
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.0
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.0
3636
cache: "pnpm"
3737

3838
- name: Install Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@playwright/test": "^1.54.2",
5959
"@rsbuild/core": "^1.4.15",
6060
"@rslib/core": "^0.12.0",
61-
"@types/node": "^22.17.1",
61+
"@types/node": "^24.9.2",
6262
"@winner-fed/winjs": "*",
6363
"playwright": "^1.54.2",
6464
"simple-git-hooks": "^2.13.1",

0 commit comments

Comments
 (0)