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 a36c7fe commit 07f41cfCopy full SHA for 07f41cf
test/configCases/require/cjs-and-mjs/test.filter.js
@@ -2,4 +2,4 @@
2
3
const [major] = process.versions.node.split(".").map(Number);
4
5
-module.exports = () => major < 14;
+module.exports = () => major >= 14;
0 commit comments