Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Sep 14, 2023
1 parent f1cc41a commit 0338c88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import { createNode } from './utils/node-with-loader.js';
const nodeVersions = [
'20',
...(
process.env.CI
(
process.env.CI
&& process.platform !== 'win32'
)
? [
'12.16.2', // Pre ESM import
'12',
Expand Down

0 comments on commit 0338c88

Please sign in to comment.