We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623bc4a commit 9098564Copy full SHA for 9098564
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
strategy:
16
matrix:
17
- node-version: [20.x, 22.x]
+ node-version: [22.x, 24.x]
18
19
steps:
20
- name: Checkout repository
@@ -38,7 +38,7 @@ jobs:
38
run: npm run test:coverage:ci
39
40
- name: Upload coverage to Codecov
41
- if: matrix.node-version == '22.x'
+ if: matrix.node-version == '24.x'
42
uses: codecov/codecov-action@v4
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments