Skip to content

Commit

Permalink
ci: add tests for Node 20 & 22 (#941)
Browse files Browse the repository at this point in the history
Signed-off-by: Michaël De Boey <info@michaeldeboey.be>
  • Loading branch information
MichaelDeBoey authored Oct 17, 2024
1 parent 4e03a5c commit 64341f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/verifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# The .x indicates "the most recent one"
node: [19.x, 18.x, 17.x, 16.x, 14.x, 14.17.0, 12.x, 12.22.0]
node: [12.22.0, 12, 14.17.0, 14, 16, 17, 18, 19, 20, 22]
eslint: [7.5, 7, 8]
steps:
- name: Checkout
Expand Down

0 comments on commit 64341f6

Please sign in to comment.