Update Yarn to 2.2.2 (#12023)

* chore: update Yarn to 2.2.2

* chore: add yarn dedupe check on CI
This commit is contained in:
Huáng Jùnliàng
2020-09-03 03:24:34 -04:00
committed by GitHub
parent a91fdeb1f6
commit b5481cccbf
7 changed files with 63 additions and 108 deletions

View File

@@ -27,6 +27,7 @@ jobs:
YARN_ENABLE_SCRIPTS: false # disable post-install scripts
YARN_NODE_LINKER: pnp # use pnp linker for better performance: it's meant to update yarn cache only
run: |
yarn dedupe --check
yarn install --immutable
test-coverage: