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

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 4a040f7 commit 283e3d7
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 @@ -2,16 +2,16 @@ import { describe } from 'manten';
import { createNode } from './utils/node-with-loader.js';

const nodeVersions = [
'12.16.2', // Pre ESM import
'12',
'18',
'20',
...(
process.env.CI
? [
'12.16.2', // Pre ESM import
'12',
'14',
'16',
'17',
'18',
'20',
]
: []
),
Expand Down

0 comments on commit 283e3d7

Please sign in to comment.