File tree Expand file tree Collapse file tree 6 files changed +327
-344
lines changed Expand file tree Collapse file tree 6 files changed +327
-344
lines changed Original file line number Diff line number Diff line change 29
29
- name : Setup Node.js
30
30
uses : actions/setup-node@v4
31
31
with :
32
- node-version : 22
32
+ node-version : 22.20.0
33
33
cache : " pnpm"
34
34
35
35
- name : Install Dependencies
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
28
28
- name : 设置 Node.js
29
29
uses : actions/setup-node@v4
30
30
with :
31
- node-version : 22
31
+ node-version : 22.20.0
32
32
registry-url : ' https://registry.npmjs.org'
33
33
34
34
- name : 安装 pnpm
35
35
uses : pnpm/action-setup@v4
36
36
with :
37
- version : 10
37
+ version : 10.17.1
38
38
39
39
- name : 获取 pnpm store 目录
40
40
shell : bash
Original file line number Diff line number Diff line change 32
32
- name : Setup Node.js
33
33
uses : actions/setup-node@v4
34
34
with :
35
- node-version : 22
35
+ node-version : 22.20.0
36
36
cache : " pnpm"
37
37
38
38
- name : Install Dependencies
Original file line number Diff line number Diff line change 53
53
"pre-commit" : " npm run lint:write"
54
54
},
55
55
"devDependencies" : {
56
- "@biomejs/biome" : " ^2.1.1 " ,
57
- "@playwright/test" : " ^1.53.2 " ,
58
- "@rsbuild/core" : " ^1.4.2 " ,
59
- "@rslib/core" : " ^0.10.4 " ,
60
- "@types/node" : " ^22.15.34 " ,
56
+ "@biomejs/biome" : " ^2.2.4 " ,
57
+ "@playwright/test" : " ^1.55.1 " ,
58
+ "@rsbuild/core" : " ^1.5.13 " ,
59
+ "@rslib/core" : " ^0.15.0 " ,
60
+ "@types/node" : " ^22.18.8 " ,
61
61
"@winner-fed/winjs" : " *" ,
62
62
"bumpp" : " 10.2.3" ,
63
- "playwright" : " ^1.53.2 " ,
64
- "simple-git-hooks" : " ^2.13.0 " ,
65
- "typescript" : " ^5.8 .3"
63
+ "playwright" : " ^1.55.1 " ,
64
+ "simple-git-hooks" : " ^2.13.1 " ,
65
+ "typescript" : " ^5.9 .3"
66
66
},
67
67
"peerDevDependencies" : {
68
68
"@winner-fed/winjs" : " *"
Original file line number Diff line number Diff line change 15
15
},
16
16
"devDependencies" : {
17
17
"@winner-fed/plugin-access" : " workspace:*" ,
18
- "typescript" : " ^5.0 .3"
18
+ "typescript" : " ^5.9 .3"
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments