File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,18 @@ jobs:
1212
1313 steps :
1414 - name : Checkout repo
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 with :
17- fetch-depth : 2
17+ fetch-depth : 0
1818
19- - uses : pnpm/action-setup@v2.2.4
19+ - uses : pnpm/action-setup@v4
20+ with :
21+ version : 9
2022
2123 - name : Setup Node.js environment
22- uses : actions/setup-node@v3
24+ uses : actions/setup-node@v4
2325 with :
24- node-version : 18
26+ node-version : 22
2527 cache : pnpm
2628
2729 - name : Install dependencies
Original file line number Diff line number Diff line change 5151 "peerDependencies" : {
5252 "solid-js" : " ^1.6.12"
5353 },
54- "packageManager" : " pnpm@8.6 .0" ,
54+ "packageManager" : " pnpm@9.15 .0" ,
5555 "engines" : {
56- "node" : " >=18 .0.0" ,
57- "pnpm" : " >=8.6 .0"
56+ "node" : " >=20 .0.0" ,
57+ "pnpm" : " >=9.0 .0"
5858 }
5959}
You can’t perform that action at this time.
0 commit comments