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
|
- name: 🛠️ Cache PNPM dependencies
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.STORE_PATH }}
|
path: ${{ env.PNPM_STORE_PATH }}
|
||||||
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
|
|
||||||
- name: 🔄 Pull Git LFS files
|
- name: 🔄 Pull Git LFS files
|
||||||
|
Loading…
Reference in New Issue
Block a user