From f8c1c516dba54b2e0e1b8cfbd07450178dbda9d9 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Thu, 25 Jun 2026 14:29:09 -0400 Subject: [PATCH] chore: Fixed v22 in versioned tests CI --- .github/workflows/ci-workflow.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 0777a155fa..2dfa4ffbcd 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -106,7 +106,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [22.x, 24.x] + node-version: [22.22.3, 24.16.0] steps: - uses: actions/checkout@v6 @@ -116,7 +116,7 @@ jobs: node-version: ${{ matrix.node-version }} # This step can be removed when we drop support for Node 22 - name: Upgrade npm - if: matrix.node-version == '22.x' + if: matrix.node-version == '22.22.3' run: npm install -g npm@~11.10.0 && npm install -g npm@latest - name: Install Dependencies run: npm install @@ -142,7 +142,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [22.x, 24.x] + node-version: [22.22.3, 24.16.0] steps: - uses: actions/checkout@v6 @@ -152,7 +152,7 @@ jobs: node-version: ${{ matrix.node-version }} # This step can be removed when we drop support for Node 22 - name: Upgrade npm - if: matrix.node-version == '22.x' + if: matrix.node-version == '22.22.3' run: npm install -g npm@~11.10.0 && npm install -g npm@latest - name: Install Dependencies run: npm install @@ -192,7 +192,7 @@ jobs: node-version: ${{ matrix.node-version }} # This step can be removed when we drop support for Node 22 - name: Upgrade npm - if: matrix.node-version == '22.x' + if: matrix.node-version == '22.22.3' run: npm install -g npm@~11.10.0 && npm install -g npm@latest - name: Install Dependencies run: npm install @@ -231,7 +231,7 @@ jobs: strategy: matrix: - node-version: [22.x, 24.x] + node-version: [22.22.3, 24.16.0] steps: - uses: actions/checkout@v6