Skip to content

Commit

Permalink
fix cache dependency path
Browse files Browse the repository at this point in the history
Signed-off-by: Om <omprakashmishra3978@gmail.com>
  • Loading branch information
mishraomp committed May 29, 2024
1 parent d32b12d commit 6d3941c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
- name: Install dependencies
run: |
npm ci
Expand Down

0 comments on commit 6d3941c

Please sign in to comment.