From 610f91d40d91ebc4ad4e629c25e12c94baf975fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgardo=20Avile=CC=81s-Lo=CC=81pez?= Date: Fri, 22 Oct 2021 11:36:03 -0400 Subject: [PATCH] Remove Node.js v12 from the testing matrix --- .github/workflows/pull-request-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-check.yml b/.github/workflows/pull-request-check.yml index 0c282b4..be71c87 100644 --- a/.github/workflows/pull-request-check.yml +++ b/.github/workflows/pull-request-check.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [12, 14, 16] + node-version: [14, 16] os: [ubuntu-latest, windows-latest, macos-latest] steps: - name: Clone repository