chore: remove yarn version check in github actions

This commit is contained in:
Sam Tolmay 2020-11-17 10:57:47 +02:00
parent 78d1fc6f20
commit 6ee28a1cf8

View File

@ -21,8 +21,6 @@ jobs:
fetch-depth: 0
- name: Check yarn cache integrity
run: yarn install --immutable --immutable-cache --check-cache
- name: Check yarn deferred versions have been applied
run: yarn version check
- name: Build packages
run: yarn build
# format tests don't pass on node 12 since icu is missing and tests don't work with locals