From ca94473f8ba002abcb81d69ebfb767e796bdf7b2 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Sat, 25 Nov 2023 09:57:52 +0530 Subject: [PATCH] ci: update node versions --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3b149a7..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: [20.0.10, 21.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: [20.0.10, 21.x] + node-version: [20.10.0, 21.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}