Skip to content

Commit

Permalink
Frontend CI/CD cache fix 2
Browse files Browse the repository at this point in the history
Signed-off-by: Emil Balitzki <[email protected]>
  • Loading branch information
Corgam committed May 13, 2024
1 parent fe09e87 commit 9b24333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Cache dependencies
uses: actions/cache@v4
with:
path: node_modules
path: ./frontend/node_modules
key: npm-dependencies-${{ hashFiles('./frontend/package-lock.json') }}

- name: Setup frontend
Expand Down

0 comments on commit 9b24333

Please sign in to comment.