We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63be2a commit 20c8703Copy full SHA for 20c8703
.github/workflows/nodejs.yml
@@ -71,7 +71,7 @@ jobs:
71
strategy:
72
fail-fast: false
73
matrix:
74
- node-version: [16.x, 18.x, 20.x, 21.x]
+ node-version: [16.x, 18.x, 20.x, 21.x, 22.x]
75
eslint-version: [7, 8, 9]
76
ts-eslint-plugin-version: [6, 7]
77
exclude:
0 commit comments