File tree Expand file tree Collapse file tree 4 files changed +6010
-4855
lines changed Expand file tree Collapse file tree 4 files changed +6010
-4855
lines changed Original file line number Diff line number Diff line change 3131 steps :
3232 - uses : actions/checkout@v3
3333 - uses : pnpm/action-setup@v2.2.4
34+ with :
35+ version : 9
3436 - uses : actions/setup-node@v3
3537 with :
3638 node-version : ${{ matrix.node-version }}
4648 steps :
4749 - uses : actions/checkout@v3
4850 - uses : pnpm/action-setup@v2.2.4
51+ with :
52+ version : 9
4953 - uses : actions/setup-node@v3
5054 with :
5155 node-version : 18
Original file line number Diff line number Diff line change 2222 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2323 fetch-depth : 0
2424 - uses : pnpm/action-setup@v2.2.4
25+ with :
26+ version : 9
2527 - name : Setup Node.js
2628 uses : actions/setup-node@v3
2729 with :
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "type" : " module" ,
77 "license" : " MIT" ,
8- "packageManager" : " pnpm@8.6.12" ,
98 "engines" : {
10- "pnpm" : " ^8 .0.0"
9+ "pnpm" : " ^9 .0.0"
1110 },
1211 "repository" : {
1312 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments