diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38034ee..e408474 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14.x, 13.x, 12.x, 10.x] + node: [14.x, 12.x, 10.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2