We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a75b13 commit add953eCopy full SHA for add953e
1 file changed
.github/workflows/test.yml
@@ -29,6 +29,8 @@ jobs:
29
with:
30
node-version: ${{ matrix.node-version }}
31
cache: "pnpm"
32
+ cache-dependency-path: |
33
+ frontend/pnpm-lock.yaml
34
35
# --- Lockfile Sync Check (added section) ---
36
- name: Check lockfile sync
@@ -143,6 +145,8 @@ jobs:
143
145
144
146
node-version: "20.x"
147
148
149
150
151
# --- Install Python dependencies ---
152
- run: |
0 commit comments