diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index b0c0208..3efc51b 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [18.x, 21.x] + node-version: [18.x, 19.x, 20.x, 21.x, 22.x] steps: - name: Checkout repository