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