Skip to content

Commit 9098564

Browse files
committed
Update CI matrix: test Node 22.x + 24.x
1 parent 623bc4a commit 9098564

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [20.x, 22.x]
17+
node-version: [22.x, 24.x]
1818

1919
steps:
2020
- name: Checkout repository
@@ -38,7 +38,7 @@ jobs:
3838
run: npm run test:coverage:ci
3939

4040
- name: Upload coverage to Codecov
41-
if: matrix.node-version == '22.x'
41+
if: matrix.node-version == '24.x'
4242
uses: codecov/codecov-action@v4
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)