Skip to content

Commit ae27f46

Browse files
authored
internal: drop node 20 integration tests (#4771)
support for node 20 dropped in #4730
1 parent d89f6f9 commit ae27f46

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

integrationTests/conditions/test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ import childProcess from 'node:child_process';
22

33
const nodeTests = [
44
// Old node versions, require => CJS
5-
{ version: '20.18.0', moduleSync: false },
65
{ version: '22.11.0', moduleSync: false },
76
// New node versions, module-sync => ESM
8-
{ version: '20.19.0', moduleSync: true },
97
{ version: '22.12.0', moduleSync: true },
108
{ version: '24.0.0', moduleSync: true },
119
];

0 commit comments

Comments
 (0)