diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0da1e7f4..25651a36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 16, 18] + node-version: [18, 20] services: redis: image: redis/redis-stack-server:latest @@ -43,6 +43,6 @@ jobs: - name: Run all tests run: npm run test:coverage - + - name: Upload to Codecov uses: codecov/codecov-action@v3