diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5906c0c8..ae549d78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,6 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: '.node-version' - cache: npm - run: npm ci - run: npm run format:check - run: npm run lint