diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b7f54c5f1..27b1f683f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 16] + node-version: [16, 18] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -30,7 +30,7 @@ jobs: run: | npm run test - name: Publish to coveralls.io - if: ${{ matrix.node-version == 14 }} + if: ${{ matrix.node-version == 16 }} uses: coverallsapp/github-action@v1.1.2 with: github-token: ${{ github.token }}