Skip to content

Commit 137997c

Browse files
committed
add node 22 to types tests matrix
1 parent 5083cac commit 137997c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/type-definitions/runner.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ const TYPE_SCRIPT_VERSIONS = [
2222
];
2323
const ENVS = [
2424
null,
25+
// '@types/node@25', // fails
2526
'@types/node@24',
27+
'@types/node@22',
2628
'@types/node@20',
2729
'@types/node@18',
2830
'@types/node@16',

0 commit comments

Comments
 (0)