Skip to content

Commit 9cd75a6

Browse files
committed
fix: Update yarn constraints
1 parent 5beaab9 commit 9cd75a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ module.exports = defineConfig({
318318
if (isChildWorkspace) {
319319
workspace.unset('packageManager');
320320
} else {
321-
expectWorkspaceField(workspace, 'packageManager', 'yarn@4.2.2');
321+
expectWorkspaceField(workspace, 'packageManager', 'yarn@4.12.0');
322322
}
323323

324324
// All packages must specify a minimum Node.js version of 20

0 commit comments

Comments
 (0)