Skip to content

Commit

Permalink
Frontend CI/CD cache fix
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 65062b3 commit fe09e87
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 @@ -20,7 +20,7 @@ jobs:
uses: actions/cache@v4
with:
path: node_modules
key: npm-dependencies-${{ hashFiles('package-lock.json') }}
key: npm-dependencies-${{ hashFiles('./frontend/package-lock.json') }}

- name: Setup frontend
run: npm ci
Expand Down

0 comments on commit fe09e87

Please sign in to comment.