Skip to content

Commit 2c39d43

Browse files
chore: add tests for Node 22 (#199)
1 parent 3ee07fc commit 2c39d43

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
@@ -51,7 +51,7 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
eslint: [8]
54-
node: [12.22.0, 12, 14.17.0, 14, 16, 18, 19, 20]
54+
node: [12.22.0, 12, 14.17.0, 14, 16, 18, 20, 22]
5555
os: [ubuntu-latest]
5656
include:
5757
# On other platforms

0 commit comments

Comments
 (0)