Skip to content

Commit 137dc26

Browse files
authored
tests: add tests for Node 17 and 19 (#707)
* feat: add support for Node v19 * ci: remove unnecessary string quotes
1 parent cf75e0b commit 137dc26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pipeline.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353

5454
strategy:
5555
matrix:
56-
node: [12.22.0, 12, 14.17.0, 14, '16.0', 16, '18.0', 18]
56+
# The .x indicates "the most recent one"
57+
node: [19.x, 18.x, 17.x, 16.x, 14.x, 14.17.0, 12.x, 12.22.0]
5758
eslint: [7.5, 7, 8]
5859

5960
steps:

0 commit comments

Comments
 (0)