Skip to content

Commit

Permalink
test: node 22 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed May 3, 2024
1 parent 4c8646a commit 8eb1674
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/utils/node-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ export const nodeVersions = [
&& process.platform !== 'win32'
)
? [
latestMajor('21.7.2'),
latestMajor('22.1.0'),
'22.0.0',
latestMajor('21.7.3'),
'21.0.0',
latestMajor('20.12.0'),
latestMajor('20.12.2'),
'20.0.0',
latestMajor('18.20.0'),
latestMajor('18.20.2'),
'18.0.0',
] as const
: [] as const
Expand Down

0 comments on commit 8eb1674

Please sign in to comment.