Skip to content

Commit 93e93c3

Browse files
committed
fix: add cache-dependency-path to GitHub Actions workflow
1 parent 1abea8f commit 93e93c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cli-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'npm'
27+
cache-dependency-path: './cli/package-lock.json'
2728

2829
- name: Install dependencies
2930
working-directory: ./cli

0 commit comments

Comments
 (0)