We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751d1c9 commit e9bc8a0Copy full SHA for e9bc8a0
.github/actions/setup/action.yml
@@ -21,10 +21,9 @@ runs:
21
path: |
22
**/node_modules
23
pnpm-lock.yaml
24
- key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm.lock') }}-${{ hashFiles('**/package.json', '!node_modules/**') }}
+ key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('**/package.json', '!node_modules/**') }}
25
restore-keys: |
26
- ${{ runner.os }}-pnpm-${{ hashFiles('pnpm.lock') }}
27
- ${{ runner.os }}-pnpm-
+ ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}
28
29
- name: Install dependencies
30
if: steps.pnpm-cache.outputs.cache-hit != 'true'
0 commit comments