Skip to content

Commit 975a91d

Browse files
chore(deps): update dependency node to v24
1 parent a8166d7 commit 975a91d

File tree

3 files changed

+58
-120
lines changed

3 files changed

+58
-120
lines changed

.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: '18.20.8'
31+
node-version: '24.11.0'
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: 安装 pnpm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@playwright/test": "^1.54.2",
3535
"@rsbuild/core": "^1.4.15",
3636
"@rslib/core": "^0.11.2",
37-
"@types/node": "^22.17.1",
37+
"@types/node": "^24.10.0",
3838
"playwright": "^1.54.2",
3939
"simple-git-hooks": "^2.13.1",
4040
"typescript": "^5.9.2"

0 commit comments

Comments
 (0)