Cache dependencies in CI (#1046)

This commit is contained in:
Nathan Bierema 2022-01-22 17:17:29 -05:00 committed by GitHub
parent 0576588a1a
commit 54bcdac63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
cache: 'yarn'
- run: yarn install
- run: yarn format:check
- run: yarn build:all