Skip to content

Commit 6e77294

Browse files
committed
ci: add tests for Node 20 & 22
1 parent 4dc7caa commit 6e77294

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/verifications.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
# The .x indicates "the most recent one"
37-
node: [19.x, 18.x, 17.x, 16.x, 14.x, 14.17.0, 12.x, 12.22.0]
36+
node: [12.22.0, 12, 14.17.0, 13, 16, 18, 20, 22]
3837
eslint: [7.5, 7, 8]
3938
steps:
4039
- name: Checkout

0 commit comments

Comments
 (0)