diff --git a/.github/workflows/_setup.yml b/.github/workflows/_setup.yml index c0c3a2e6ae..4ff5564e16 100644 --- a/.github/workflows/_setup.yml +++ b/.github/workflows/_setup.yml @@ -85,7 +85,7 @@ jobs: - name: Install dependencies recursively id: install-dependencies # if: steps.cache-pnpm-store.outputs.cache-hit != 'true' - run: node_modules/.bin/pnpm m i + run: node_modules/.bin/pnpm m i --force - id: cache-files name: Cache files uses: actions/cache@v3