From 3cd69fff0cc9eb0333a6a6c6a303f86ebbabc7f2 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 9 Nov 2021 08:09:32 -0800 Subject: [PATCH] ci: drop 10.0.x, as it does not have npm ci support --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f62a44..8c35b06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.0.x, 10.x, 12.0.x, 12.x, 14.0.x, 14.x, 15.x, 16.x] + node-version: [10.x, 12.0.x, 12.x, 14.0.x, 14.x, 15.x, 16.x] platform: - os: ubuntu-latest shell: bash