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