diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9218977..71e326f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [4.x, 6.x, 8.x, 9.x, 10.x, 12.x] + node-version: [10.x, 11.x, 12.x] steps: - uses: actions/checkout@v2