Update install state and force yarn version#260
Conversation
|
There was a problem hiding this comment.
Pull Request Overview
This PR enforces a consistent Yarn version across environments by updating the installation instructions and configuration.
- Adds a new "Prerequisites" section in README.md with setup instructions for Corepack and Yarn 4.7.0.
- Updates .yarnrc.yml to configure the yarnPath to use Yarn 4.7.0.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Added prerequisites and build instructions referencing Yarn 4.7.0. |
| .yarnrc.yml | Configured the yarnPath to force the usage of Yarn 4.7.0. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #260 +/- ##
=====================================
Coverage 7.49% 7.49%
=====================================
Files 279 279
Lines 46735 46735
Branches 16140 16140
=====================================
Hits 3505 3505
Misses 43230 43230 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* Update install state and force yarn version * Removed preinstall
This enforces consistent yarn versions across environments and updates the install state to use 4.7.0