fix: remove yarn cache

This commit is contained in:
Sidharth Vinod
2021-08-15 11:45:34 +05:30
parent 57f3288de3
commit 01efb70cf3
-9
View File
@@ -17,15 +17,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/cache@v2
id: yarn-and-build-cache
with:
path: |
node_modules
key: ${{ runner.os }}-node_modules-build-deploy-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node_modules-build-deploy-
- name: Build & Deploy
run: |
npm i -g yarn