Skip to content

Commit 8eb1674

Browse files
test: node 22 (#13)
1 parent 4c8646a commit 8eb1674

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/utils/node-versions.ts

+5-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ export const nodeVersions = [
1313
&& process.platform !== 'win32'
1414
)
1515
? [
16-
latestMajor('21.7.2'),
16+
latestMajor('22.1.0'),
17+
'22.0.0',
18+
latestMajor('21.7.3'),
1719
'21.0.0',
18-
latestMajor('20.12.0'),
20+
latestMajor('20.12.2'),
1921
'20.0.0',
20-
latestMajor('18.20.0'),
22+
latestMajor('18.20.2'),
2123
'18.0.0',
2224
] as const
2325
: [] as const

0 commit comments

Comments
 (0)