We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5fca6 commit 2ca2db0Copy full SHA for 2ca2db0
3 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- node-version: [20.x, 22.x, 23.x, 24.x]
+ node-version: [20.x, 22.x, 23.x, 24.x, 25.x]
18
steps:
19
- uses: actions/checkout@v2
20
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments