diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 98b0520..8c26a40 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.16.0, 20.x] + node-version: [20.10.0, 21.x] services: redis: image: redis @@ -44,7 +44,7 @@ jobs: runs-on: windows-latest strategy: matrix: - node-version: [18.16.0, 20.x] + node-version: [20.10.0, 21.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}