Skip to content

Commit ed8bcee

Browse files
committed
ci: missing path to yarn.lock
1 parent 7f37fea commit ed8bcee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/client.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
uses: actions/setup-node@v3
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
cache: 'npm'
26+
cache: 'yarn'
27+
cache-dependency-path: 'client/yarn.lock'
2728
- name: Install dependencies
2829
uses: borales/actions-yarn@v4
2930
with:

0 commit comments

Comments
 (0)