ci: Pinning to stable version of node 24 (#17764)

This commit is contained in:
shortstacked
2025-07-29 13:59:18 +01:00
committed by GitHub
parent 163565c647
commit f41a738e80

View File

@@ -11,7 +11,7 @@ jobs:
uses: ./.github/workflows/units-tests-reusable.yml uses: ./.github/workflows/units-tests-reusable.yml
strategy: strategy:
matrix: matrix:
node-version: [20.x, 22.x, 24.x] node-version: [20.x, 22.x, 24.3.x]
with: with:
ref: ${{ inputs.branch }} ref: ${{ inputs.branch }}
nodeVersion: ${{ matrix.node-version }} nodeVersion: ${{ matrix.node-version }}