Skip to content

Commit

Permalink
Fix ci path
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Aug 4, 2024
1 parent fcd2d6a commit db0f5f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20"
cache: "yarn"
cache-dependency-path: "website/**/yarn.lock"
cache: "npm"
cache-dependency-path: "website/package-lock.json"

- name: Install App Dependencies
run: cd website && yarn --prefer-offline
Expand Down

0 comments on commit db0f5f5

Please sign in to comment.