diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 269b945982..60e07994d8 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -11,7 +11,7 @@ jobs: uses: ./.github/workflows/units-tests-reusable.yml strategy: matrix: - node-version: [20.x, 22.x, 24.x] + node-version: [20.x, 22.x, 24.3.x] with: ref: ${{ inputs.branch }} nodeVersion: ${{ matrix.node-version }}