Skip to content

Commit 8c5c45f

Browse files
committed
Update envs list for local tests
1 parent 6595589 commit 8c5c45f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/type-definitions/runner.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const TYPE_SCRIPT_VERSIONS = ALL_TESTS ? [
2525
// '5.2',
2626
] : [
2727
'5.9',
28-
'5.7',
2928
'5.6',
3029
];
3130

@@ -42,7 +41,6 @@ const ENVIRONMENTS = ALL_TESTS ? [
4241
// '@types/deno@latest', // fails
4342
] : [
4443
null,
45-
'@types/node@24',
4644
'@types/node@25',
4745
];
4846

0 commit comments

Comments
 (0)