From fdca709c89530b0f9beebb32bddcfde10cb49c67 Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Mon, 23 Jan 2023 11:31:49 +0100 Subject: [PATCH] remove global cache for setup --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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