feat(workflow): simplify workflow
Some checks failed
Workflow / build (push) Failing after 46s

This commit is contained in:
Ilia Mashkov
2026-01-14 15:44:30 +03:00
parent 147ddd226a
commit 61dd62af2d

View File

@@ -35,8 +35,7 @@ jobs:
with:
path: ${{ github.workspace }}/.yarn/cache
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
restore-keys: ${{ runner.os }}-yarn-
- name: Install dependencies
# --immutable ensures the lockfile isn't changed (replaces --frozen-lockfile)