From 59a6edf399e549bccf112653ca5521bccf78044a Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 24 Jan 2021 13:56:24 -0600 Subject: [PATCH 1/2] release: Just test npm v10 and v12 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5be91d5..03b7add0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - node-version: [6.x, 8.x, 10.x, 12.x] + node-version: [10.x, 12.x] steps: - uses: actions/checkout@v1 From 00634317e87736ed59623e5ae7e434099e0c695a Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 24 Jan 2021 13:57:19 -0600 Subject: [PATCH 2/2] ci(pr): Just test 10.x and 12.x --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f7922653..abc944be 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - node-version: [6.x, 8.x, 10.x, 12.x] + node-version: [10.x, 12.x] steps: - uses: actions/checkout@v1