File tree Expand file tree Collapse file tree 5 files changed +1
-8
lines changed Expand file tree Collapse file tree 5 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 16
16
- name : Check out repository code
17
17
uses : actions/checkout@v4
18
18
- uses : pnpm/action-setup@v2
19
- with :
20
- version : 9
21
19
- name : Use Node.js
22
20
uses : actions/setup-node@v4
23
21
with :
Original file line number Diff line number Diff line change 30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
- uses : pnpm/action-setup@v2
33
- with :
34
- version : 10
35
33
- name : Use Node.js ${{ matrix.node-version }}
36
34
uses : actions/setup-node@v4
37
35
with :
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
- uses : pnpm/action-setup@v2
25
- with :
26
- version : 8
27
25
- name : Use Node.js ${{ matrix.node-version }}
28
26
uses : actions/setup-node@v4
29
27
with :
Original file line number Diff line number Diff line change 22
22
repository : homarr-labs/homarr
23
23
- uses : pnpm/action-setup@v2
24
24
name : " Install pnpm"
25
- with :
26
- version : 10
27
25
- name : " Use Node.js ${{ matrix.node-version }}"
28
26
uses : actions/setup-node@v4
29
27
with :
Original file line number Diff line number Diff line change 80
80
" last 1 safari version"
81
81
]
82
82
},
83
+ "packageManager" :
" [email protected] " ,
83
84
"engines" : {
84
85
"node" : " >=22.15.0"
85
86
}
You can’t perform that action at this time.
0 commit comments