We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71a87c commit 1218672Copy full SHA for 1218672
.github/workflows/NodeCI.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
strategy:
24
matrix:
25
- node: [18.x, 20.x]
+ node: [18.x, 20.x, 22.x]
26
eslint: [8, 9]
27
steps:
28
- uses: actions/checkout@v4
0 commit comments