ci: properly cache yarn deps

This commit is contained in:
iCrawl
2022-10-20 02:52:59 +02:00
parent 7083df7cef
commit c0e3629f64
5 changed files with 40 additions and 10 deletions

View File

@@ -42,10 +42,9 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
cache: 'yarn'
- name: Install dependencies
run: yarn --immutable
uses: ./packages/actions/src/yarnCache
- name: Build dependencies
run: yarn build