|
57 | 57 | node-version: '24.10.0' |
58 | 58 | cache: 'pnpm' |
59 | 59 |
|
60 | | - - name: Metro cache |
61 | | - uses: actions/cache@v4 |
62 | | - with: |
63 | | - path: apps/playground/.harness/metro-cache |
64 | | - key: ${{ runner.os }}-metro-cache-${{ hashFiles('**/bun.lock', '**/bun.lockb', '**/package-lock.json', '**/npm-shrinkwrap.json', '**/pnpm-lock.yaml', '**/yarn.lock', '**/metro.config.js', '**/metro.config.cjs', '**/metro.config.mjs', '**/metro.config.ts', '**/babel.config.js', '**/babel.config.cjs', '**/babel.config.mjs', '**/babel.config.ts', '**/babel.config.json') }} |
65 | | - restore-keys: | |
66 | | - ${{ runner.os }}-metro-cache- |
67 | | -
|
68 | 60 | - name: Install dependencies |
69 | 61 | run: | |
70 | 62 | pnpm install |
@@ -131,14 +123,6 @@ jobs: |
131 | 123 | node-version: '24.10.0' |
132 | 124 | cache: 'pnpm' |
133 | 125 |
|
134 | | - - name: Metro cache |
135 | | - uses: actions/cache@v4 |
136 | | - with: |
137 | | - path: apps/playground/.harness/metro-cache |
138 | | - key: ${{ runner.os }}-metro-cache-${{ hashFiles('**/bun.lock', '**/bun.lockb', '**/package-lock.json', '**/npm-shrinkwrap.json', '**/pnpm-lock.yaml', '**/yarn.lock', '**/metro.config.js', '**/metro.config.cjs', '**/metro.config.mjs', '**/metro.config.ts', '**/babel.config.js', '**/babel.config.cjs', '**/babel.config.mjs', '**/babel.config.ts', '**/babel.config.json') }} |
139 | | - restore-keys: | |
140 | | - ${{ runner.os }}-metro-cache- |
141 | | -
|
142 | 126 | - name: Install Watchman |
143 | 127 | run: brew install watchman |
144 | 128 |
|
@@ -221,14 +205,6 @@ jobs: |
221 | 205 | node-version: '24.10.0' |
222 | 206 | cache: 'pnpm' |
223 | 207 |
|
224 | | - - name: Metro cache |
225 | | - uses: actions/cache@v4 |
226 | | - with: |
227 | | - path: apps/playground/.harness/metro-cache |
228 | | - key: ${{ runner.os }}-metro-cache-${{ hashFiles('**/bun.lock', '**/bun.lockb', '**/package-lock.json', '**/npm-shrinkwrap.json', '**/pnpm-lock.yaml', '**/yarn.lock', '**/metro.config.js', '**/metro.config.cjs', '**/metro.config.mjs', '**/metro.config.ts', '**/babel.config.js', '**/babel.config.cjs', '**/babel.config.mjs', '**/babel.config.ts', '**/babel.config.json') }} |
229 | | - restore-keys: | |
230 | | - ${{ runner.os }}-metro-cache- |
231 | | -
|
232 | 208 | - name: Install dependencies |
233 | 209 | run: | |
234 | 210 | pnpm install |
@@ -278,14 +254,6 @@ jobs: |
278 | 254 | node-version: '24.10.0' |
279 | 255 | cache: 'pnpm' |
280 | 256 |
|
281 | | - - name: Metro cache |
282 | | - uses: actions/cache@v4 |
283 | | - with: |
284 | | - path: apps/playground/.harness/metro-cache |
285 | | - key: ${{ runner.os }}-metro-cache-${{ hashFiles('**/bun.lock', '**/bun.lockb', '**/package-lock.json', '**/npm-shrinkwrap.json', '**/pnpm-lock.yaml', '**/yarn.lock', '**/metro.config.js', '**/metro.config.cjs', '**/metro.config.mjs', '**/metro.config.ts', '**/babel.config.js', '**/babel.config.cjs', '**/babel.config.mjs', '**/babel.config.ts', '**/babel.config.json') }} |
286 | | - restore-keys: | |
287 | | - ${{ runner.os }}-metro-cache- |
288 | | -
|
289 | 257 | - name: Install dependencies |
290 | 258 | run: | |
291 | 259 | pnpm install |
@@ -376,14 +344,6 @@ jobs: |
376 | 344 | node-version: '24.10.0' |
377 | 345 | cache: 'pnpm' |
378 | 346 |
|
379 | | - - name: Metro cache |
380 | | - uses: actions/cache@v4 |
381 | | - with: |
382 | | - path: apps/playground/.harness/metro-cache |
383 | | - key: ${{ runner.os }}-metro-cache-${{ hashFiles('**/bun.lock', '**/bun.lockb', '**/package-lock.json', '**/npm-shrinkwrap.json', '**/pnpm-lock.yaml', '**/yarn.lock', '**/metro.config.js', '**/metro.config.cjs', '**/metro.config.mjs', '**/metro.config.ts', '**/babel.config.js', '**/babel.config.cjs', '**/babel.config.mjs', '**/babel.config.ts', '**/babel.config.json') }} |
384 | | - restore-keys: | |
385 | | - ${{ runner.os }}-metro-cache- |
386 | | -
|
387 | 347 | - name: Install Watchman |
388 | 348 | run: brew install watchman |
389 | 349 |
|
|
0 commit comments