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 7ffae62 commit 7ad79aeCopy full SHA for 7ad79ae
.github/workflows/check-code.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- node: [20, 22, 23]
+ node: [20, 22, 23, 25]
19
name: Check Code (Node ${{ matrix.node }})
20
21
steps:
0 commit comments