From 73511acb665e9e4468eb25f5e54dd614b8f53957 Mon Sep 17 00:00:00 2001 From: Badisi Date: Thu, 7 Mar 2024 20:50:17 +0100 Subject: [PATCH] fix(ci): nx issue `invalid cache directory for task` --- .github/workflows/ci_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 98b998a..2c190fb 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -70,6 +70,9 @@ jobs: if: ${{ steps.cache-step.outputs.cache-hit != 'true' && matrix.os != 'windows-latest' }} run: npm clean-install --engine-strict + - name: Reset nx cache + run: npx nx reset + - name: Lint run: npm run lint