Enable yarn cache on CI

This commit is contained in:
Labhansh Agrawal 2021-08-03 11:48:16 +05:30
parent 91f95dc57b
commit 05e84a5db9

View file

@ -26,6 +26,7 @@ jobs:
uses: actions/setup-node@v2.3.0
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- name: Install
run: yarn install
- name: Test