Skip to content

Commit

Permalink
Use both lock files for dependency cache
Browse files Browse the repository at this point in the history
  • Loading branch information
anantakrishna committed Nov 15, 2023
1 parent 7acab22 commit 651c71a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
with:
node-version-file: frontend/package.json
cache: npm
cache-dependency-path: frontend/package-lock.json
cache-dependency-path: |
frontend/package-lock.json
functions/package-lock.json
- run: |
npm ci
Expand Down

0 comments on commit 651c71a

Please sign in to comment.