Skip to content

Commit

Permalink
fix lockfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodes committed Oct 14, 2023
1 parent 5d105d5 commit 74a9112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}

- name: Install dependencies if needed
if: steps.pnpm-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 74a9112

Please sign in to comment.