From 1a6136d6c1d4274d6d82b25011467c985d89cfcc Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Sun, 7 Aug 2022 17:52:37 +1000 Subject: [PATCH] fix: caching is already handled by setup-node --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 019b909..508db29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,13 +50,6 @@ jobs: node-version: "16" cache: ${{ steps.pm.outputs.pm }} - - name: (npm) Cache npm cache - if: steps.pm.outputs.pm == 'npm' - uses: actions/cache@v2 - with: - path: ~/.npm - key: examples-node-v1-${{ hashFiles('**/package-lock.json') }} - - name: (npm) ${{ matrix.example }} install using npm ci if: steps.pm.outputs.pm == 'npm' run: npm ci