diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96cd4183..ecdda33d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node-version: ['20'] + node-version: ['18', '20'] steps: - uses: actions/checkout@v3 @@ -33,23 +33,6 @@ jobs: run: yarn build - name: Run Tests run: yarn test - - name: Coveralls Parallel - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - flag-name: run-${{ matrix.node-version }} - parallel: true - upload-coverage: - name: Upload Coverage - if: ${{ always() }} - needs: test - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel-finished: true lint: runs-on: ubuntu-latest