fix: fix github actions yarn version check

This commit is contained in:
Sam Tolmay 2020-10-28 10:44:01 +02:00
parent 33fef0dd09
commit d09787dcb4

View File

@ -16,6 +16,8 @@ jobs:
with:
node-version: '12.x'
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check yarn cache integrity
run: yarn install --immutable --immutable-cache --check-cache
- name: Check yarn deferred versions have been applied