Skip to content

Commit add953e

Browse files
updated test.yml
1 parent 2a75b13 commit add953e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131
cache: "pnpm"
32+
cache-dependency-path: |
33+
frontend/pnpm-lock.yaml
3234
3335
# --- Lockfile Sync Check (added section) ---
3436
- name: Check lockfile sync
@@ -143,6 +145,8 @@ jobs:
143145
with:
144146
node-version: "20.x"
145147
cache: "pnpm"
148+
cache-dependency-path: |
149+
frontend/pnpm-lock.yaml
146150
147151
# --- Install Python dependencies ---
148152
- run: |

0 commit comments

Comments
 (0)