|
38 | 38 | uses: actions/cache@v5 |
39 | 39 | with: |
40 | 40 | path: node_modules |
41 | | - key: node-modules-${{ hashFiles('**/bun.lock') }} |
42 | | - restore-keys: | |
43 | | - node-modules- |
| 41 | + key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} |
44 | 42 |
|
45 | 43 | - name: Install dependencies |
46 | 44 | run: bun install --frozen-lockfile |
|
79 | 77 | uses: actions/cache@v5 |
80 | 78 | with: |
81 | 79 | path: node_modules |
82 | | - key: node-modules-${{ hashFiles('**/bun.lock') }} |
83 | | - restore-keys: | |
84 | | - node-modules- |
| 80 | + key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} |
85 | 81 |
|
86 | 82 | - name: Install dependencies |
87 | 83 | run: bun install --frozen-lockfile |
@@ -170,9 +166,7 @@ jobs: |
170 | 166 | uses: actions/cache@v5 |
171 | 167 | with: |
172 | 168 | path: node_modules |
173 | | - key: node-modules-${{ hashFiles('**/bun.lock') }} |
174 | | - restore-keys: | |
175 | | - node-modules- |
| 169 | + key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} |
176 | 170 |
|
177 | 171 | - name: Install Dependencies |
178 | 172 | id: install |
@@ -274,9 +268,7 @@ jobs: |
274 | 268 | uses: actions/cache@v5 |
275 | 269 | with: |
276 | 270 | path: node_modules |
277 | | - key: node-modules-${{ hashFiles('**/bun.lock') }} |
278 | | - restore-keys: | |
279 | | - node-modules- |
| 271 | + key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} |
280 | 272 |
|
281 | 273 | - name: Install Dependencies |
282 | 274 | run: bun install --frozen-lockfile |
@@ -316,9 +308,7 @@ jobs: |
316 | 308 | uses: actions/cache@v5 |
317 | 309 | with: |
318 | 310 | path: node_modules |
319 | | - key: node-modules-${{ hashFiles('**/bun.lock') }} |
320 | | - restore-keys: | |
321 | | - node-modules- |
| 311 | + key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} |
322 | 312 |
|
323 | 313 | - name: Install Dependencies |
324 | 314 | id: install |
@@ -458,9 +448,7 @@ jobs: |
458 | 448 | uses: actions/cache@v5 |
459 | 449 | with: |
460 | 450 | path: node_modules |
461 | | - key: node-modules-${{ hashFiles('**/bun.lock') }} |
462 | | - restore-keys: | |
463 | | - node-modules- |
| 451 | + key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} |
464 | 452 |
|
465 | 453 | - name: Install Dependencies |
466 | 454 | run: bun install --frozen-lockfile |
@@ -535,9 +523,7 @@ jobs: |
535 | 523 | uses: actions/cache@v5 |
536 | 524 | with: |
537 | 525 | path: node_modules |
538 | | - key: node-modules-${{ hashFiles('**/bun.lock') }} |
539 | | - restore-keys: | |
540 | | - node-modules- |
| 526 | + key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} |
541 | 527 |
|
542 | 528 | - name: Install Dependencies |
543 | 529 | run: bun install --frozen-lockfile |
|
0 commit comments