We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ac3d8 commit aa14446Copy full SHA for aa14446
.github/workflows/NodeCI.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
strategy:
24
matrix:
25
- node: [18.x, 20.x, 22.x]
+ node: [18.x, 20.x, 22.x, 24.x]
26
eslint: [8, 9]
27
steps:
28
- uses: actions/checkout@v4
0 commit comments