This commit is contained in:
parent
2a09d65863
commit
f76f3dd96e
2
.github/workflows/default.yaml
vendored
2
.github/workflows/default.yaml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
- name: 🛠️ Cache PNPM dependencies
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ env.STORE_PATH }}
|
||||
path: ${{ env.PNPM_STORE_PATH }}
|
||||
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
|
||||
- name: 🔄 Pull Git LFS files
|
||||
|
Loading…
Reference in New Issue
Block a user