-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
The project currently builds inconsistently across environments due to Yarn version mismatches. Some workflows, Docker images, and local setups still use Yarn 1.x or 2.x, while the project package.json now specifies Yarn 4.x via Corepack.
Goals:
- Ensure all workspaces and Docker builds use Yarn 4.x consistently.
- Enable Corepack in Dockerfiles and CI workflows.
- Regenerate
yarn.lockfiles for all workspaces using Yarn 4. - Update documentation for local development and CI/CD to reflect Yarn 4.
Benefits:
- Consistent dependency resolution across all environments.
- Fixes CI/CD build errors caused by Yarn version mismatch.
- Prepares project for better future dependency management using Yarn 4 features.
Next Steps:
- Audit all workspaces and Dockerfiles for Yarn version usage.
- Enable Corepack and lock Yarn 4 version globally in workflows.
- Test builds locally and in CI/CD after migration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working