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:
12
12
13
13
steps :
14
14
- name : Checkout repo
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
- fetch-depth : 2
17
+ fetch-depth : 0
18
18
19
-
19
+ - uses : pnpm/action-setup@v4
20
+ with :
21
+ version : 9
20
22
21
23
- name : Setup Node.js environment
22
- uses : actions/setup-node@v3
24
+ uses : actions/setup-node@v4
23
25
with :
24
- node-version : 18
26
+ node-version : 22
25
27
cache : pnpm
26
28
27
29
- name : Install dependencies
Original file line number Diff line number Diff line change 51
51
"peerDependencies" : {
52
52
"solid-js" : " ^1.6.12"
53
53
},
54
- "packageManager" : " pnpm@8.6 .0" ,
54
+ "packageManager" : " pnpm@9.15 .0" ,
55
55
"engines" : {
56
- "node" : " >=18 .0.0" ,
57
- "pnpm" : " >=8.6 .0"
56
+ "node" : " >=20 .0.0" ,
57
+ "pnpm" : " >=9.0 .0"
58
58
}
59
59
}
You can’t perform that action at this time.
0 commit comments