55
55
uses : actions/cache@v4
56
56
id : node_modules
57
57
with :
58
- path : " **/node_modules"
59
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
58
+ path : |
59
+ **/node_modules
60
+ key : runtime-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
60
61
- name : Ensure clean build directory
61
62
run : rm -rf build
62
63
- run : yarn install --frozen-lockfile
79
80
uses : actions/cache@v4
80
81
id : node_modules
81
82
with :
82
- path : " **/node_modules"
83
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
83
+ path : |
84
+ **/node_modules
85
+ key : runtime-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
84
86
- name : Ensure clean build directory
85
87
run : rm -rf build
86
88
- run : yarn install --frozen-lockfile
@@ -107,8 +109,9 @@ jobs:
107
109
uses : actions/cache@v4
108
110
id : node_modules
109
111
with :
110
- path : " **/node_modules"
111
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
112
+ path : |
113
+ **/node_modules
114
+ key : runtime-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
112
115
- name : Ensure clean build directory
113
116
run : rm -rf build
114
117
- run : yarn install --frozen-lockfile
@@ -162,8 +165,9 @@ jobs:
162
165
uses : actions/cache@v4
163
166
id : node_modules
164
167
with :
165
- path : " **/node_modules"
166
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
168
+ path : |
169
+ **/node_modules
170
+ key : runtime-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
167
171
- name : Ensure clean build directory
168
172
run : rm -rf build
169
173
- run : yarn install --frozen-lockfile
@@ -198,8 +202,9 @@ jobs:
198
202
uses : actions/cache@v4
199
203
id : node_modules
200
204
with :
201
- path : " **/node_modules"
202
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
205
+ path : |
206
+ **/node_modules
207
+ key : runtime-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
203
208
- name : Ensure clean build directory
204
209
run : rm -rf build
205
210
- run : yarn install --frozen-lockfile
@@ -274,8 +279,9 @@ jobs:
274
279
uses : actions/cache@v4
275
280
id : node_modules
276
281
with :
277
- path : " **/node_modules"
278
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
282
+ path : |
283
+ **/node_modules
284
+ key : runtime-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
279
285
- name : Ensure clean build directory
280
286
run : rm -rf build
281
287
- run : yarn install --frozen-lockfile
@@ -308,8 +314,9 @@ jobs:
308
314
uses : actions/cache@v4
309
315
id : node_modules
310
316
with :
311
- path : " **/node_modules"
312
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
317
+ path : |
318
+ **/node_modules
319
+ key : runtime-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
313
320
- name : Ensure clean build directory
314
321
run : rm -rf build
315
322
- run : yarn install --frozen-lockfile
@@ -357,8 +364,9 @@ jobs:
357
364
uses : actions/cache@v4
358
365
id : node_modules
359
366
with :
360
- path : " **/node_modules"
361
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
367
+ path : |
368
+ **/node_modules
369
+ key : runtime-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
362
370
- name : Ensure clean build directory
363
371
run : rm -rf build
364
372
- run : yarn install --frozen-lockfile
@@ -394,8 +402,9 @@ jobs:
394
402
uses : actions/cache@v4
395
403
id : node_modules
396
404
with :
397
- path : " **/node_modules"
398
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
405
+ path : |
406
+ **/node_modules
407
+ key : runtime-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
399
408
- name : Ensure clean build directory
400
409
run : rm -rf build
401
410
- run : yarn install --frozen-lockfile
@@ -428,8 +437,9 @@ jobs:
428
437
uses : actions/cache@v4
429
438
id : node_modules
430
439
with :
431
- path : " **/node_modules"
432
- key : fixtures_dom-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('fixtures/dom/yarn.lock') }}
440
+ path : |
441
+ **/node_modules
442
+ key : fixtures_dom-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('fixtures/dom/yarn.lock') }}
433
443
- name : Ensure clean build directory
434
444
run : rm -rf build
435
445
- run : yarn install --frozen-lockfile
@@ -471,8 +481,9 @@ jobs:
471
481
uses : actions/cache@v4
472
482
id : node_modules
473
483
with :
474
- path : " **/node_modules"
475
- key : fixtures_flight-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
484
+ path : |
485
+ **/node_modules
486
+ key : fixtures_flight-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
476
487
- name : Ensure clean build directory
477
488
run : rm -rf build
478
489
- run : yarn install --frozen-lockfile
@@ -535,8 +546,9 @@ jobs:
535
546
uses : actions/cache@v4
536
547
id : node_modules
537
548
with :
538
- path : " **/node_modules"
539
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
549
+ path : |
550
+ **/node_modules
551
+ key : runtime-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
540
552
- name : Ensure clean build directory
541
553
run : rm -rf build
542
554
- run : yarn install --frozen-lockfile
@@ -588,8 +600,9 @@ jobs:
588
600
uses : actions/cache@v4
589
601
id : node_modules
590
602
with :
591
- path : " **/node_modules"
592
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
603
+ path : |
604
+ **/node_modules
605
+ key : runtime-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
593
606
- name : Ensure clean build directory
594
607
run : rm -rf build
595
608
- run : yarn install --frozen-lockfile
@@ -627,8 +640,9 @@ jobs:
627
640
uses : actions/cache@v4
628
641
id : node_modules
629
642
with :
630
- path : " **/node_modules"
631
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
643
+ path : |
644
+ **/node_modules
645
+ key : runtime-node_modules-v2-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
632
646
- name : Ensure clean build directory
633
647
run : rm -rf build
634
648
- run : yarn install --frozen-lockfile
0 commit comments