fix(workflow): yarn cache path
Some checks failed
Lint / Lint Code (push) Failing after 11s
Test / Svelte Checks (push) Failing after 11s

This commit is contained in:
Ilia Mashkov
2026-01-14 12:34:10 +03:00
parent f49e116408
commit b209e051e5
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ jobs:
uses: actions/cache@v4
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
path: ~/.cache/yarn
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-