diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6ae8114..1cb3cad 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [12, 14, 16, 18, 20] + node: [14, 16, 18, 20] name: Node ${{ matrix.node }} steps: - name: 'Checkout latest code'