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 d89f6f9 commit ae27f46Copy full SHA for ae27f46
1 file changed
integrationTests/conditions/test.js
@@ -2,10 +2,8 @@ import childProcess from 'node:child_process';
2
3
const nodeTests = [
4
// Old node versions, require => CJS
5
- { version: '20.18.0', moduleSync: false },
6
{ version: '22.11.0', moduleSync: false },
7
// New node versions, module-sync => ESM
8
- { version: '20.19.0', moduleSync: true },
9
{ version: '22.12.0', moduleSync: true },
10
{ version: '24.0.0', moduleSync: true },
11
];
0 commit comments