diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1c0acb..f9efbe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x] + node-version: [12.x] services: redis: image: redis