Skip to content

Commit bca4a88

Browse files
committed
Revert to caching node_modules instead
1 parent 963e419 commit bca4a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Load dependency cache
2727
uses: actions/cache@v4
2828
with:
29-
path: .yarn
29+
path: '**/node_modules'
3030
key: ${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }}
3131
- name: Install dependencies
3232
run: yarn install --immutable
@@ -60,7 +60,7 @@ jobs:
6060
- name: Load dependency cache
6161
uses: actions/cache@v4
6262
with:
63-
path: .yarn
63+
path: '**/node_modules'
6464
key: ${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }}
6565
- name: Install dependencies
6666
run: yarn install --immutable

0 commit comments

Comments
 (0)