chore(setup): add yarn cache on workflow runs

This commit is contained in:
Karol Sójko
2022-08-04 08:20:01 +02:00
parent 58138c9a1f
commit c72a407095
7 changed files with 19 additions and 11 deletions

View File

@@ -20,6 +20,7 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Setup git config
run: |