File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22
22
uses : actions/setup-node@v4
23
23
with :
24
24
node-version : 22
25
- cache : ' yarn'
26
- cache-dependency-path : ' yarn.lock'
25
+ # cache: 'yarn'
26
+ # cache-dependency-path: 'yarn.lock'
27
27
always-auth : ' true'
28
28
29
29
- name : Enable corepack
Original file line number Diff line number Diff line change 15
15
uses : actions/setup-node@v4
16
16
with :
17
17
node-version : 22
18
- cache : ' yarn'
19
- cache-dependency-path : ' yarn.lock'
18
+ # cache: 'yarn'
19
+ # cache-dependency-path: 'yarn.lock'
20
20
always-auth : ' true'
21
21
22
22
- name : Enable corepack
Original file line number Diff line number Diff line change 18
18
uses : actions/setup-node@v4
19
19
with :
20
20
node-version : 22
21
- cache : ' npm'
22
- cache-dependency-path : ' package-lock.json'
21
+ # cache: 'npm'
22
+ # cache-dependency-path: 'package-lock.json'
23
23
24
24
- name : Enable corepack
25
25
run : |
Original file line number Diff line number Diff line change 17
17
uses : actions/setup-node@v4
18
18
with :
19
19
node-version : 22
20
- cache : ' npm'
21
- cache-dependency-path : ' package-lock.json'
20
+ # cache: 'npm'
21
+ # cache-dependency-path: 'package-lock.json'
22
22
always-auth : ' true'
23
23
24
24
- name : Enable corepack
54
54
uses : actions/setup-node@v4
55
55
with :
56
56
node-version : 22
57
- cache : ' npm'
58
- cache-dependency-path : ' package-lock.json'
57
+ # cache: 'npm'
58
+ # cache-dependency-path: 'package-lock.json'
59
59
60
60
- name : Enable corepack
61
61
run : |
87
87
uses : actions/setup-node@v4
88
88
with :
89
89
node-version : 22
90
- cache : ' npm'
91
- cache-dependency-path : ' package-lock.json'
90
+ # cache: 'npm'
91
+ # cache-dependency-path: 'package-lock.json'
92
92
93
93
- name : Enable corepack
94
94
run : |
You can’t perform that action at this time.
0 commit comments