From 737e94b1007b087d9245f95215342ceae29a3445 Mon Sep 17 00:00:00 2001 From: Hiroki Osame Date: Thu, 14 Sep 2023 19:30:42 +0900 Subject: [PATCH] wip --- tests/index.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/index.ts b/tests/index.ts index 5d3ea841..198beab7 100644 --- a/tests/index.ts +++ b/tests/index.ts @@ -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 () => {