cache yarn between gh actions runs

This commit is contained in:
Chuck Dries 2021-07-16 21:46:07 -07:00
parent 5940f70005
commit 84185c947b

View File

@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@master
with:
node-version: 16.x
cache: yarn
- name: Install dependencies
run: yarn install --prod --pure-lockfile
- name: Lint