Skip to content

Commit 20c8703

Browse files
authored
ci: test against Node 22 (#1565)
1 parent a63be2a commit 20c8703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
fail-fast: false
7373
matrix:
74-
node-version: [16.x, 18.x, 20.x, 21.x]
74+
node-version: [16.x, 18.x, 20.x, 21.x, 22.x]
7575
eslint-version: [7, 8, 9]
7676
ts-eslint-plugin-version: [6, 7]
7777
exclude:

0 commit comments

Comments
 (0)