55
55
uses : actions/cache@v4
56
56
id : node_modules
57
57
with :
58
- path : " **/node_modules"
59
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
58
+ path : |
59
+ **/node_modules
60
+ key : runtime-node_modules-v5-${{ 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-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
83
+ path : |
84
+ **/node_modules
85
+ key : runtime-node_modules-v5-${{ 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
@@ -105,8 +107,9 @@ jobs:
105
107
uses : actions/cache@v4
106
108
id : node_modules
107
109
with :
108
- path : " **/node_modules"
109
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
110
+ path : |
111
+ **/node_modules
112
+ key : runtime-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
110
113
- name : Ensure clean build directory
111
114
run : rm -rf build
112
115
- run : yarn install --frozen-lockfile
@@ -160,8 +163,9 @@ jobs:
160
163
uses : actions/cache@v4
161
164
id : node_modules
162
165
with :
163
- path : " **/node_modules"
164
- key : runtime-and-compiler-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
166
+ path : |
167
+ **/node_modules
168
+ key : runtime-and-compiler-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
165
169
- name : Ensure clean build directory
166
170
run : rm -rf build
167
171
- run : yarn install --frozen-lockfile
@@ -196,8 +200,9 @@ jobs:
196
200
uses : actions/cache@v4
197
201
id : node_modules
198
202
with :
199
- path : " **/node_modules"
200
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
203
+ path : |
204
+ **/node_modules
205
+ key : runtime-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
201
206
- name : Ensure clean build directory
202
207
run : rm -rf build
203
208
- run : yarn install --frozen-lockfile
@@ -272,8 +277,9 @@ jobs:
272
277
uses : actions/cache@v4
273
278
id : node_modules
274
279
with :
275
- path : " **/node_modules"
276
- key : runtime-and-compiler-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
280
+ path : |
281
+ **/node_modules
282
+ key : runtime-and-compiler-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
277
283
- name : Ensure clean build directory
278
284
run : rm -rf build
279
285
- run : yarn install --frozen-lockfile
@@ -306,8 +312,9 @@ jobs:
306
312
uses : actions/cache@v4
307
313
id : node_modules
308
314
with :
309
- path : " **/node_modules"
310
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
315
+ path : |
316
+ **/node_modules
317
+ key : runtime-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
311
318
- name : Ensure clean build directory
312
319
run : rm -rf build
313
320
- run : yarn install --frozen-lockfile
@@ -353,8 +360,9 @@ jobs:
353
360
uses : actions/cache@v4
354
361
id : node_modules
355
362
with :
356
- path : " **/node_modules"
357
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
363
+ path : |
364
+ **/node_modules
365
+ key : runtime-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
358
366
- name : Ensure clean build directory
359
367
run : rm -rf build
360
368
- run : yarn install --frozen-lockfile
@@ -388,8 +396,9 @@ jobs:
388
396
uses : actions/cache@v4
389
397
id : node_modules
390
398
with :
391
- path : " **/node_modules"
392
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
399
+ path : |
400
+ **/node_modules
401
+ key : runtime-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
393
402
- name : Ensure clean build directory
394
403
run : rm -rf build
395
404
- run : yarn install --frozen-lockfile
@@ -420,8 +429,9 @@ jobs:
420
429
uses : actions/cache@v4
421
430
id : node_modules
422
431
with :
423
- path : " **/node_modules"
424
- key : fixtures_dom-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
432
+ path : |
433
+ **/node_modules
434
+ key : fixtures_dom-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
425
435
- name : Ensure clean build directory
426
436
run : rm -rf build
427
437
- run : yarn install --frozen-lockfile
@@ -463,8 +473,9 @@ jobs:
463
473
uses : actions/cache@v4
464
474
id : node_modules
465
475
with :
466
- path : " **/node_modules"
467
- key : fixtures_flight-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
476
+ path : |
477
+ **/node_modules
478
+ key : fixtures_flight-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
468
479
- name : Ensure clean build directory
469
480
run : rm -rf build
470
481
- run : yarn install --frozen-lockfile
@@ -525,8 +536,9 @@ jobs:
525
536
uses : actions/cache@v4
526
537
id : node_modules
527
538
with :
528
- path : " **/node_modules"
529
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
539
+ path : |
540
+ **/node_modules
541
+ key : runtime-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
530
542
- name : Ensure clean build directory
531
543
run : rm -rf build
532
544
- run : yarn install --frozen-lockfile
@@ -576,8 +588,9 @@ jobs:
576
588
uses : actions/cache@v4
577
589
id : node_modules
578
590
with :
579
- path : " **/node_modules"
580
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
591
+ path : |
592
+ **/node_modules
593
+ key : runtime-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
581
594
- name : Ensure clean build directory
582
595
run : rm -rf build
583
596
- run : yarn install --frozen-lockfile
@@ -613,8 +626,9 @@ jobs:
613
626
uses : actions/cache@v4
614
627
id : node_modules
615
628
with :
616
- path : " **/node_modules"
617
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
629
+ path : |
630
+ **/node_modules
631
+ key : runtime-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
618
632
- name : Ensure clean build directory
619
633
run : rm -rf build
620
634
- run : yarn install --frozen-lockfile
0 commit comments