From 830982ac3c3aeddff985b5269cc1b04ee6551658 Mon Sep 17 00:00:00 2001 From: Nicolas KOKLA Date: Wed, 28 Aug 2024 16:59:38 +0100 Subject: [PATCH] Fix Github CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a36dfb165..81b7a69e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20.x, 22.x] + node-version: [20.x, 22.6] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}