Skip to content

Commit ea7bbe9

Browse files
committed
test: only test latest version of each major
1 parent 38c93f1 commit ea7bbe9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/utils/node-versions.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ export const nodeVersions = [
1414
)
1515
? [
1616
latestMajor('22.6.0'),
17-
'22.0.0',
1817
latestMajor('21.7.3'),
19-
'21.0.0',
2018
latestMajor('20.17.0'),
21-
'20.0.0',
2219
latestMajor('18.20.3'),
23-
'18.0.0',
2420
] as const
2521
: [] as const
2622
),

0 commit comments

Comments
 (0)