From f41a738e804433af1ded629de0769d39030e7656 Mon Sep 17 00:00:00 2001 From: shortstacked Date: Tue, 29 Jul 2025 13:59:18 +0100 Subject: [PATCH] ci: Pinning to stable version of node 24 (#17764) --- .github/workflows/ci-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}