From 300ee853e7ba93ed5b481b9b762140596c7b68ef Mon Sep 17 00:00:00 2001 From: Anurag Date: Wed, 13 Oct 2021 20:52:35 +0530 Subject: [PATCH] chore: remove action cache --- .github/workflows/test.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0eb0221..89df34e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,17 +20,6 @@ jobs: with: node-version: "12.x" - - name: Cache node modules - uses: actions/cache@v2 - env: - cache-name: cache-node-modules - with: - path: ~/.npm - key: - ${{ runner.os }}-npm-cache-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-npm-cache- - - name: Install & Test run: | npm install