Skip to content

Commit fa441b6

Browse files
committed
chore: fix lint issue in yarn.config.cjs
Signed-off-by: hainenber <dotronghai96@gmail.com>
1 parent 6c651c2 commit fa441b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

yarn.config.cjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,7 @@ module.exports = defineConfig({
8989
// 6. Enforce engines.node for public workspaces
9090
for (const workspace of Yarn.workspaces()) {
9191
if (workspace.manifest.private !== true) {
92-
workspace.set(
93-
['engines', 'node'],
94-
'^20.0.0 || ^22.0.0 || >=24.0.0',
95-
);
92+
workspace.set(['engines', 'node'], '^20.0.0 || ^22.0.0 || >=24.0.0');
9693
}
9794
}
9895

0 commit comments

Comments
 (0)