diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2c76b1..8e5d9d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['10', '11', '12', '13', '14'] + node: ['12', '13', '14'] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2