diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4e83762..505fbca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,6 +56,7 @@ jobs: node-version: - 16 - 18 + - 20 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -74,7 +75,7 @@ jobs: name: test-fixtures-node${{ matrix.node-version }} path: test/fixtures/ - uses: codecov/codecov-action@v3 - if: ${{ matrix.node-version == 18 }} + if: ${{ matrix.node-version == 20 }} release: runs-on: ubuntu-latest