From ee7fc6812160805c09a3d8023ee999fdd9bac709 Mon Sep 17 00:00:00 2001 From: Hiroki Osame Date: Thu, 14 Sep 2023 23:32:24 +0900 Subject: [PATCH] wip --- tests/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/index.ts b/tests/index.ts index 198beab7..28d8386b 100644 --- a/tests/index.ts +++ b/tests/index.ts @@ -10,7 +10,6 @@ const packageTypes = [ ] as const; const nodeVersions = [ - '18', '20', ...( (process.env.CI && !isWin) @@ -20,6 +19,7 @@ const nodeVersions = [ '14', '16', '17', + '18', ] : [] ),