Skip to content

Commit

Permalink
fix: yarnCache filepath again
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed May 25, 2023
1 parent 888b4d8 commit 1ebbc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: yarn
registry-url: https://registry.npmjs.org/
- name: Install Dependencies
uses: ./.github/yarnCache
uses: ./scripts/yarnCache

- name: Cache Next Build
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Expand Down

0 comments on commit 1ebbc45

Please sign in to comment.