Skip to content

Commit

Permalink
Update Check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mushigarou authored Aug 13, 2024
1 parent 1d6394d commit 4d4be87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20"
cache: ${{ steps.detect-package-manager.outputs.manager }}
cache-dependency-path: ./app/front-end/package-lock.json
cache: 'npm'
cache-dependency-path: "/app/front-end"

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 4d4be87

Please sign in to comment.