Skip to content

Commit

Permalink
Specify path to package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-battaglia authored Oct 19, 2023
1 parent 7ff8e43 commit 142a584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
node-version: 18.x
cache: 'npm'
cache-dependency-path: './angular-frontend/package-lock.json'
- name: Setup Angular Application
run: npm ci
working-directory: ./angular-frontend
Expand Down

0 comments on commit 142a584

Please sign in to comment.