From acdbac6eac7e78e511a1d21a1883d77bda37a9d8 Mon Sep 17 00:00:00 2001 From: Francesco Renzi Date: Wed, 12 Oct 2022 16:46:59 +0100 Subject: [PATCH] disable caching for node setup --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 61abfb4b9..c010b3b3e 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - cache: npm + # cache: npm - run: npm ci - run: npm run build - run: npm run format-check