mirror of
https://github.com/lowdefy/lowdefy.git
synced 2024-12-03 05:30:13 +08:00
fix: fix github actions yarn version check
This commit is contained in:
parent
33fef0dd09
commit
d09787dcb4
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user