Skip to content

Commit 04fa526

Browse files
committed
ci: update matrix
1 parent d2b4fcc commit 04fa526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Tests
2222
strategy:
2323
matrix:
24-
node-version: [18.x, 20.x, 22.x]
24+
node-version: [20.x, 22.x, 24.x]
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout sources
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run tests
3636
run: npm run tests-only
3737
- name: Submit coverage
38-
if: matrix.node-version == '20.x'
38+
if: matrix.node-version == '22.x'
3939
uses: coverallsapp/github-action@v2.3.0
4040
with:
4141
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)