4545 with :
4646 path : |
4747 **/node_modules
48- key : runtime-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
48+ key : runtime-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
4949 lookup-only : true
5050 - uses : actions/setup-node@v4
5151 if : steps.node_modules.outputs.cache-hit != 'true'
5959 with :
6060 path : |
6161 **/node_modules
62- key : runtime-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
62+ key : runtime-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
6363 # Don't use restore-keys here. Otherwise the cache grows indefinitely.
6464 - run : yarn install --frozen-lockfile
6565 if : steps.node_modules.outputs.cache-hit != 'true'
6969 with :
7070 path : |
7171 **/node_modules
72- key : runtime-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
72+ key : runtime-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
7373
7474 runtime_compiler_node_modules_cache :
7575 name : Cache Runtime, Compiler node_modules
8484 with :
8585 path : |
8686 **/node_modules
87- key : runtime-and-compiler-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
87+ key : runtime-and-compiler-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
8888 lookup-only : true
8989 - uses : actions/setup-node@v4
9090 if : steps.node_modules.outputs.cache-hit != 'true'
@@ -100,7 +100,7 @@ jobs:
100100 with :
101101 path : |
102102 **/node_modules
103- key : runtime-and-compiler-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
103+ key : runtime-and-compiler-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
104104 # Don't use restore-keys here. Otherwise the cache grows indefinitely.
105105 - run : yarn install --frozen-lockfile
106106 if : steps.node_modules.outputs.cache-hit != 'true'
@@ -112,7 +112,7 @@ jobs:
112112 with :
113113 path : |
114114 **/node_modules
115- key : runtime-and-compiler-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
115+ key : runtime-and-compiler-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
116116
117117 # ----- FLOW -----
118118 discover_flow_inline_configs :
@@ -154,7 +154,7 @@ jobs:
154154 with :
155155 path : |
156156 **/node_modules
157- key : runtime-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
157+ key : runtime-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
158158 # Don't use restore-keys here. Otherwise the cache grows indefinitely.
159159 - name : Ensure clean build directory
160160 run : rm -rf build
@@ -182,7 +182,7 @@ jobs:
182182 with :
183183 path : |
184184 **/node_modules
185- key : runtime-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
185+ key : runtime-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
186186 # Don't use restore-keys here. Otherwise the cache grows indefinitely.
187187 - name : Ensure clean build directory
188188 run : rm -rf build
@@ -212,7 +212,7 @@ jobs:
212212 with :
213213 path : |
214214 **/node_modules
215- key : runtime-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
215+ key : runtime-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
216216 - name : Ensure clean build directory
217217 run : rm -rf build
218218 - run : yarn install --frozen-lockfile
@@ -270,7 +270,7 @@ jobs:
270270 with :
271271 path : |
272272 **/node_modules
273- key : runtime-and-compiler-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
273+ key : runtime-and-compiler-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
274274 # Don't use restore-keys here. Otherwise the cache grows indefinitely.
275275 - name : Ensure clean build directory
276276 run : rm -rf build
@@ -301,7 +301,7 @@ jobs:
301301 with :
302302 path : |
303303 **/node_modules
304- key : runtime-and-compiler-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
304+ key : runtime-and-compiler-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
305305 - name : Install runtime dependencies
306306 run : yarn install --frozen-lockfile
307307 if : steps.node_modules.outputs.cache-hit != 'true'
@@ -344,7 +344,7 @@ jobs:
344344 with :
345345 path : |
346346 **/node_modules
347- key : runtime-and-compiler-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
347+ key : runtime-and-compiler-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
348348 # Don't use restore-keys here. Otherwise the cache grows indefinitely.
349349 - name : Ensure clean build directory
350350 run : rm -rf build
@@ -430,7 +430,7 @@ jobs:
430430 with :
431431 path : |
432432 **/node_modules
433- key : runtime-and-compiler-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
433+ key : runtime-and-compiler-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'compiler/yarn.lock') }}
434434 # Don't use restore-keys here. Otherwise the cache grows indefinitely.
435435 - name : Ensure clean build directory
436436 run : rm -rf build
@@ -477,7 +477,7 @@ jobs:
477477 with :
478478 path : |
479479 **/node_modules
480- key : runtime-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
480+ key : runtime-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
481481 # Don't use restore-keys here. Otherwise the cache grows indefinitely.
482482 - name : Ensure clean build directory
483483 run : rm -rf build
@@ -517,7 +517,7 @@ jobs:
517517 with :
518518 path : |
519519 **/node_modules
520- key : runtime-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
520+ key : runtime-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
521521 # Don't use restore-keys here. Otherwise the cache grows indefinitely.
522522 - name : Ensure clean build directory
523523 run : rm -rf build
@@ -580,7 +580,7 @@ jobs:
580580 with :
581581 path : |
582582 **/node_modules
583- key : runtime-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
583+ key : runtime-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
584584 # Don't use restore-keys here. Otherwise the cache grows indefinitely.
585585 - name : Ensure clean build directory
586586 run : rm -rf build
@@ -618,7 +618,7 @@ jobs:
618618 with :
619619 path : |
620620 **/node_modules
621- key : runtime-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
621+ key : runtime-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
622622 # Don't use restore-keys here. Otherwise the cache grows indefinitely.
623623 - name : Ensure clean build directory
624624 run : rm -rf build
@@ -768,7 +768,7 @@ jobs:
768768 with :
769769 path : |
770770 **/node_modules
771- key : runtime-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
771+ key : runtime-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
772772 # Don't use restore-keys here. Otherwise the cache grows indefinitely.
773773 - name : Ensure clean build directory
774774 run : rm -rf build
@@ -828,7 +828,7 @@ jobs:
828828 with :
829829 path : |
830830 **/node_modules
831- key : runtime-node_modules-v7 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
831+ key : runtime-node_modules-v8 -${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
832832 # Don't use restore-keys here. Otherwise the cache grows indefinitely.
833833 - name : Ensure clean build directory
834834 run : rm -rf build
0 commit comments