From ab674fef6748e3b8da31b98296ba169813fb937a Mon Sep 17 00:00:00 2001 From: Alistair Brown Date: Wed, 12 Feb 2025 12:47:09 +0000 Subject: [PATCH] Remove test workflow cache --- .github/workflows/tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index edc1b96cc..ecfe78060 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,12 +13,6 @@ jobs: - uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' - - uses: actions/cache@v2 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - name: npm ci run: 'npm ci' - name: 'Clean tree'