From 0cd83421f743e494b62c59ec92a2e7bc574710be Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Mon, 23 Jan 2023 16:04:27 +0100 Subject: [PATCH] removed npm global cache --- .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 18fb846699..ad93422823 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -157,7 +157,7 @@ jobs: - uses: ./.github/actions/setup with: use-gh-nx-cache: false - use-gh-node-modules-cache: true + use-gh-node-modules-cache: false cache-key-suffix: unit-tests-${{ matrix.unit-tests.name }} - uses: ./.github/actions/download-cache-and-artifacts with: