From 74a911232920dfa537ef3eeac99b2d0061384796 Mon Sep 17 00:00:00 2001 From: nicodes Date: Sat, 14 Oct 2023 11:59:38 -0600 Subject: [PATCH] fix lockfile path --- .github/workflows/pullRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullRequest.yml b/.github/workflows/pullRequest.yml index 0462634..2ffb196 100644 --- a/.github/workflows/pullRequest.yml +++ b/.github/workflows/pullRequest.yml @@ -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'