Skip to content

Commit 2cd96e2

Browse files
chore: add tests for Node 22 (#240)
1 parent ede67fe commit 2cd96e2

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
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
matrix:
4545
eslint: [8]
46-
node: [12.22.0, 12, 14.17.0, 14, 16, 18, 20]
46+
node: [12.22.0, 12, 14.17.0, 14, 16, 18, 20, 22]
4747
os: [ubuntu-latest]
4848
include:
4949
# On other platforms

0 commit comments

Comments
 (0)