Skip to content

Commit b246a90

Browse files
authored
ci: add node 22 to test matrix (#253)
1 parent 60c28f9 commit b246a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
eslint: [8]
53-
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18.0.0, 18, 20]
53+
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18.0.0, 18, 20, 22]
5454
os: [ubuntu-latest]
5555
include:
5656
# On other platforms

0 commit comments

Comments
 (0)