Skip to content

Commit

Permalink
tests: add tests for Node 17 and 19 (testing-library#707)
Browse files Browse the repository at this point in the history
* feat: add support for Node v19

* ci: remove unnecessary string quotes
  • Loading branch information
Belco90 committed Jan 5, 2023
1 parent cf75e0b commit 137dc26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:

strategy:
matrix:
node: [12.22.0, 12, 14.17.0, 14, '16.0', 16, '18.0', 18]
# 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]
eslint: [7.5, 7, 8]

steps:
Expand Down

0 comments on commit 137dc26

Please sign in to comment.