diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7731c71c48..18fb846699 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -121,7 +121,7 @@ jobs: id: setup with: use-gh-nx-cache: false - use-gh-node-modules-cache: true + use-gh-node-modules-cache: false - name: run ci if: steps.setup.outputs.cache-hit != 'true' run: npm ci