Skip to content

Commit

Permalink
chore: Update cache dependency path for GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deblanco committed Aug 5, 2024
1 parent 5f43522 commit 35dc24d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
node-version: 18
cache: "yarn"
registry-url: "https://npm.pkg.github.com"
cache-dependency-path: "./app/yarn.lock"
- name: Install dependencies
run: yarn
env:
Expand Down

0 comments on commit 35dc24d

Please sign in to comment.