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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user