Skip to content

Commit 64341f6

Browse files
ci: add tests for Node 20 & 22 (#941)
Signed-off-by: Michaël De Boey <[email protected]>
1 parent 4e03a5c commit 64341f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/verifications.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
# The .x indicates "the most recent one"
38-
node: [19.x, 18.x, 17.x, 16.x, 14.x, 14.17.0, 12.x, 12.22.0]
37+
node: [12.22.0, 12, 14.17.0, 14, 16, 17, 18, 19, 20, 22]
3938
eslint: [7.5, 7, 8]
4039
steps:
4140
- name: Checkout

0 commit comments

Comments
 (0)