5555 uses : actions/cache@v4
5656 id : node_modules
5757 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') }}
6061 - name : Ensure clean build directory
6162 run : rm -rf build
6263 - run : yarn install --frozen-lockfile
7980 uses : actions/cache@v4
8081 id : node_modules
8182 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') }}
8486 - name : Ensure clean build directory
8587 run : rm -rf build
8688 - run : yarn install --frozen-lockfile
@@ -107,8 +109,9 @@ jobs:
107109 uses : actions/cache@v4
108110 id : node_modules
109111 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') }}
112115 - name : Ensure clean build directory
113116 run : rm -rf build
114117 - run : yarn install --frozen-lockfile
@@ -162,8 +165,9 @@ jobs:
162165 uses : actions/cache@v4
163166 id : node_modules
164167 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') }}
167171 - name : Ensure clean build directory
168172 run : rm -rf build
169173 - run : yarn install --frozen-lockfile
@@ -198,8 +202,9 @@ jobs:
198202 uses : actions/cache@v4
199203 id : node_modules
200204 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') }}
203208 - name : Ensure clean build directory
204209 run : rm -rf build
205210 - run : yarn install --frozen-lockfile
@@ -274,8 +279,9 @@ jobs:
274279 uses : actions/cache@v4
275280 id : node_modules
276281 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') }}
279285 - name : Ensure clean build directory
280286 run : rm -rf build
281287 - run : yarn install --frozen-lockfile
@@ -308,8 +314,9 @@ jobs:
308314 uses : actions/cache@v4
309315 id : node_modules
310316 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') }}
313320 - name : Ensure clean build directory
314321 run : rm -rf build
315322 - run : yarn install --frozen-lockfile
@@ -357,8 +364,9 @@ jobs:
357364 uses : actions/cache@v4
358365 id : node_modules
359366 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') }}
362370 - name : Ensure clean build directory
363371 run : rm -rf build
364372 - run : yarn install --frozen-lockfile
@@ -394,8 +402,9 @@ jobs:
394402 uses : actions/cache@v4
395403 id : node_modules
396404 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') }}
399408 - name : Ensure clean build directory
400409 run : rm -rf build
401410 - run : yarn install --frozen-lockfile
@@ -428,8 +437,9 @@ jobs:
428437 uses : actions/cache@v4
429438 id : node_modules
430439 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') }}
433443 - name : Ensure clean build directory
434444 run : rm -rf build
435445 - run : yarn install --frozen-lockfile
@@ -471,8 +481,9 @@ jobs:
471481 uses : actions/cache@v4
472482 id : node_modules
473483 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') }}
476487 - name : Ensure clean build directory
477488 run : rm -rf build
478489 - run : yarn install --frozen-lockfile
@@ -535,8 +546,9 @@ jobs:
535546 uses : actions/cache@v4
536547 id : node_modules
537548 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') }}
540552 - name : Ensure clean build directory
541553 run : rm -rf build
542554 - run : yarn install --frozen-lockfile
@@ -588,8 +600,9 @@ jobs:
588600 uses : actions/cache@v4
589601 id : node_modules
590602 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') }}
593606 - name : Ensure clean build directory
594607 run : rm -rf build
595608 - run : yarn install --frozen-lockfile
@@ -627,8 +640,9 @@ jobs:
627640 uses : actions/cache@v4
628641 id : node_modules
629642 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') }}
632646 - name : Ensure clean build directory
633647 run : rm -rf build
634648 - run : yarn install --frozen-lockfile
0 commit comments