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
@@ -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-and-compiler-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
205
+ path : |
206
+ **/node_modules
207
+ key : runtime-and-compiler-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
203
208
- name : Ensure clean build directory
204
209
run : rm -rf build
205
210
- run : yarn install --frozen-lockfile
@@ -276,8 +281,9 @@ jobs:
276
281
uses : actions/cache@v4
277
282
id : node_modules
278
283
with :
279
- path : " **/node_modules"
280
- key : runtime-and-compiler-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
284
+ path : |
285
+ **/node_modules
286
+ key : runtime-and-compiler-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
281
287
- name : Ensure clean build directory
282
288
run : rm -rf build
283
289
- run : yarn install --frozen-lockfile
@@ -310,8 +316,9 @@ jobs:
310
316
uses : actions/cache@v4
311
317
id : node_modules
312
318
with :
313
- path : " **/node_modules"
314
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
319
+ path : |
320
+ **/node_modules
321
+ key : runtime-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
315
322
- name : Ensure clean build directory
316
323
run : rm -rf build
317
324
- 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-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
367
+ path : |
368
+ **/node_modules
369
+ key : runtime-node_modules-v5-${{ 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
@@ -392,8 +400,9 @@ jobs:
392
400
uses : actions/cache@v4
393
401
id : node_modules
394
402
with :
395
- path : " **/node_modules"
396
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
403
+ path : |
404
+ **/node_modules
405
+ key : runtime-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
397
406
- name : Ensure clean build directory
398
407
run : rm -rf build
399
408
- run : yarn install --frozen-lockfile
@@ -424,8 +433,9 @@ jobs:
424
433
uses : actions/cache@v4
425
434
id : node_modules
426
435
with :
427
- path : " **/node_modules"
428
- key : fixtures_dom-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
436
+ path : |
437
+ **/node_modules
438
+ key : fixtures_dom-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
429
439
- name : Ensure clean build directory
430
440
run : rm -rf build
431
441
- run : yarn install --frozen-lockfile
@@ -467,8 +477,9 @@ jobs:
467
477
uses : actions/cache@v4
468
478
id : node_modules
469
479
with :
470
- path : " **/node_modules"
471
- key : fixtures_flight-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
480
+ path : |
481
+ **/node_modules
482
+ key : fixtures_flight-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
472
483
- name : Ensure clean build directory
473
484
run : rm -rf build
474
485
- run : yarn install --frozen-lockfile
@@ -529,8 +540,9 @@ jobs:
529
540
uses : actions/cache@v4
530
541
id : node_modules
531
542
with :
532
- path : " **/node_modules"
533
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
543
+ path : |
544
+ **/node_modules
545
+ key : runtime-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
534
546
- name : Ensure clean build directory
535
547
run : rm -rf build
536
548
- run : yarn install --frozen-lockfile
@@ -580,8 +592,9 @@ jobs:
580
592
uses : actions/cache@v4
581
593
id : node_modules
582
594
with :
583
- path : " **/node_modules"
584
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
595
+ path : |
596
+ **/node_modules
597
+ key : runtime-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
585
598
- name : Ensure clean build directory
586
599
run : rm -rf build
587
600
- run : yarn install --frozen-lockfile
@@ -617,8 +630,9 @@ jobs:
617
630
uses : actions/cache@v4
618
631
id : node_modules
619
632
with :
620
- path : " **/node_modules"
621
- key : runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
633
+ path : |
634
+ **/node_modules
635
+ key : runtime-node_modules-v5-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
622
636
- name : Ensure clean build directory
623
637
run : rm -rf build
624
638
- run : yarn install --frozen-lockfile
0 commit comments