We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8166d7 commit e062383Copy full SHA for e062383
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: 设置 Node.js
29
uses: actions/setup-node@v4
30
with:
31
- node-version: '18.20.8'
+ node-version: '24.11.0'
32
registry-url: 'https://registry.npmjs.org'
33
34
- name: 安装 pnpm
package.json
@@ -34,7 +34,7 @@
"@playwright/test": "^1.54.2",
35
"@rsbuild/core": "^1.4.15",
36
"@rslib/core": "^0.11.2",
37
- "@types/node": "^22.17.1",
+ "@types/node": "^24.9.2",
38
"playwright": "^1.54.2",
39
"simple-git-hooks": "^2.13.1",
40
"typescript": "^5.9.2"
0 commit comments