5555 uses : actions/cache@v4
5656 id : node_modules
5757 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') }}
6160 - name : Ensure clean build directory
6261 run : rm -rf build
6362 - run : yarn install --frozen-lockfile
8079 uses : actions/cache@v4
8180 id : node_modules
8281 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') }}
8684 - name : Ensure clean build directory
8785 run : rm -rf build
8886 - run : yarn install --frozen-lockfile
@@ -109,9 +107,8 @@ jobs:
109107 uses : actions/cache@v4
110108 id : node_modules
111109 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') }}
115112 - name : Ensure clean build directory
116113 run : rm -rf build
117114 - run : yarn install --frozen-lockfile
@@ -165,9 +162,8 @@ jobs:
165162 uses : actions/cache@v4
166163 id : node_modules
167164 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') }}
171167 - name : Ensure clean build directory
172168 run : rm -rf build
173169 - run : yarn install --frozen-lockfile
@@ -202,9 +198,8 @@ jobs:
202198 uses : actions/cache@v4
203199 id : node_modules
204200 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') }}
208203 - name : Ensure clean build directory
209204 run : rm -rf build
210205 - run : yarn install --frozen-lockfile
@@ -279,9 +274,8 @@ jobs:
279274 uses : actions/cache@v4
280275 id : node_modules
281276 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') }}
285279 - name : Ensure clean build directory
286280 run : rm -rf build
287281 - run : yarn install --frozen-lockfile
@@ -314,9 +308,8 @@ jobs:
314308 uses : actions/cache@v4
315309 id : node_modules
316310 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') }}
320313 - name : Ensure clean build directory
321314 run : rm -rf build
322315 - run : yarn install --frozen-lockfile
@@ -364,9 +357,8 @@ jobs:
364357 uses : actions/cache@v4
365358 id : node_modules
366359 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') }}
370362 - name : Ensure clean build directory
371363 run : rm -rf build
372364 - run : yarn install --frozen-lockfile
@@ -402,9 +394,8 @@ jobs:
402394 uses : actions/cache@v4
403395 id : node_modules
404396 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') }}
408399 - name : Ensure clean build directory
409400 run : rm -rf build
410401 - run : yarn install --frozen-lockfile
@@ -437,9 +428,8 @@ jobs:
437428 uses : actions/cache@v4
438429 id : node_modules
439430 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') }}
443433 - name : Ensure clean build directory
444434 run : rm -rf build
445435 - run : yarn install --frozen-lockfile
@@ -481,9 +471,8 @@ jobs:
481471 uses : actions/cache@v4
482472 id : node_modules
483473 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') }}
487476 - name : Ensure clean build directory
488477 run : rm -rf build
489478 - run : yarn install --frozen-lockfile
@@ -546,9 +535,8 @@ jobs:
546535 uses : actions/cache@v4
547536 id : node_modules
548537 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') }}
552540 - name : Ensure clean build directory
553541 run : rm -rf build
554542 - run : yarn install --frozen-lockfile
@@ -600,9 +588,8 @@ jobs:
600588 uses : actions/cache@v4
601589 id : node_modules
602590 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') }}
606593 - name : Ensure clean build directory
607594 run : rm -rf build
608595 - run : yarn install --frozen-lockfile
@@ -640,9 +627,8 @@ jobs:
640627 uses : actions/cache@v4
641628 id : node_modules
642629 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') }}
646632 - name : Ensure clean build directory
647633 run : rm -rf build
648634 - run : yarn install --frozen-lockfile
0 commit comments