Cache dependencies on ci

This commit is contained in:
Labhansh Agrawal 2021-08-10 20:31:15 +05:30
parent cdbdeae2cd
commit 8617fe3878

View file

@ -27,6 +27,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: yarn
cache-dependency-path: |
yarn.lock
app/yarn.lock
- name: Install
run: yarn install
- name: Test