We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5beaab9 commit 9cd75a6Copy full SHA for 9cd75a6
yarn.config.cjs
@@ -318,7 +318,7 @@ module.exports = defineConfig({
318
if (isChildWorkspace) {
319
workspace.unset('packageManager');
320
} else {
321
- expectWorkspaceField(workspace, 'packageManager', 'yarn@4.2.2');
+ expectWorkspaceField(workspace, 'packageManager', 'yarn@4.12.0');
322
}
323
324
// All packages must specify a minimum Node.js version of 20
0 commit comments