File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Setup pnpm
1919 uses : pnpm/action-setup@v2
2020 with :
21- version : 8
21+ version : 10
22+ package-json-path : package.json
2223
2324 - name : Setup Node.js
2425 uses : actions/setup-node@v4
5051 - name : Setup pnpm
5152 uses : pnpm/action-setup@v2
5253 with :
53- version : 8
54+ version : 10
55+ package-json-path : package.json
5456
5557 - name : Setup Node.js
5658 uses : actions/setup-node@v4
8486 - name : Setup pnpm
8587 uses : pnpm/action-setup@v2
8688 with :
87- version : 8
89+ version : 10
90+ package-json-path : package.json
8891
8992 - name : Setup Node.js
9093 uses : actions/setup-node@v4
@@ -110,7 +113,8 @@ jobs:
110113 - name : Setup pnpm
111114 uses : pnpm/action-setup@v2
112115 with :
113- version : 8
116+ version : 10
117+ package-json-path : package.json
114118
115119 - name : Setup Node.js
116120 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1818 "vitest" : " ^1.0.0"
1919 },
2020 "engines" : {
21- "node" : " >=18.0.0"
22- }
21+ "node" : " >=18.0.0" ,
22+ "pnpm" : " >=10.0.0"
23+ },
24+ "packageManager" : " pnpm@10.6.1"
2325}
You can’t perform that action at this time.
0 commit comments