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