diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e4aea3b2a..beb07bcc3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,13 +12,8 @@ jobs: matrix: node: [14.0.0] os: [windows-2019, ubuntu-18.04, ubuntu-20.04, macos-11] - exclude: - # Node v18 does not run on ubuntu-18.04: https://github.com/nodejs/node/issues/42351#issuecomment-1068424442 - - os: ubuntu-18.04 - node: 18.x runs-on: ${{ matrix.os }} - steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.11.0