Skip to content

Commit

Permalink
test: switch default testing to v18 & v20
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Sep 13, 2023
1 parent 5642b9a commit 497ea8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ const packageTypes = [
] as const;

const nodeVersions = [
'12.20.0', // CJS named export detection added
'12',
'18',
'20',
...(
(process.env.CI && !isWin)
? [
'12.20.0', // CJS named export detection added
'12',
'14',
'16',
'17',
'18',
'20',
]
: []
),
Expand Down

0 comments on commit 497ea8d

Please sign in to comment.