chore: remove action cache

This commit is contained in:
Anurag 2021-10-13 20:52:35 +05:30
parent 596a4eccc1
commit 300ee853e7

View file

@ -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