Skip to content

Commit 073a225

Browse files
Update test-cache-restore.yml
1 parent 5a3005c commit 073a225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-cache-restore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/cache/restore@v5
4646
with:
4747
path: ${{ env.NODE_CACHE }}
48-
key: node-cache-${{ runner.os }}-${{ env.ARCH }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml) }}
48+
key: node-cache-${{ runner.os }}-${{ env.ARCH }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
4949

5050
- name: Install dependencies
5151
run: pnpm ci

0 commit comments

Comments
 (0)