Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Sep 14, 2023
1 parent 737e94b commit ee7fc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const packageTypes = [
] as const;

const nodeVersions = [
'18',
'20',
...(
(process.env.CI && !isWin)
Expand All @@ -20,6 +19,7 @@ const nodeVersions = [
'14',
'16',
'17',
'18',
]
: []
),
Expand Down

0 comments on commit ee7fc68

Please sign in to comment.