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.
yarn.config.cjs
1 parent 6c651c2 commit fa441b6Copy full SHA for fa441b6
yarn.config.cjs
@@ -89,10 +89,7 @@ module.exports = defineConfig({
89
// 6. Enforce engines.node for public workspaces
90
for (const workspace of Yarn.workspaces()) {
91
if (workspace.manifest.private !== true) {
92
- workspace.set(
93
- ['engines', 'node'],
94
- '^20.0.0 || ^22.0.0 || >=24.0.0',
95
- );
+ workspace.set(['engines', 'node'], '^20.0.0 || ^22.0.0 || >=24.0.0');
96
}
97
98
0 commit comments