Commit 300ee853 authored by Anurag's avatar Anurag
Browse files

chore: remove action cache

parent 596a4ecc
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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