Skip to content

Commit 7db394a

Browse files
committed
Fixing pnpm cache key.
1 parent b1d9ead commit 7db394a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-simulators.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: Setup pnpm cache
4848
with:
4949
path: ${{ env.STORE_PATH }}
50-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
50+
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}
5151
restore-keys: |
5252
${{ runner.os }}-pnpm-store-
5353

0 commit comments

Comments
 (0)