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 7c74343 commit 737e94b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ const packageTypes = [
] as const;

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

(async () => {
Expand Down

0 comments on commit 737e94b

Please sign in to comment.