Skip to content

Commit f41a738

Browse files
authored
ci: Pinning to stable version of node 24 (#17764)
1 parent 163565c commit f41a738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: ./.github/workflows/units-tests-reusable.yml
1212
strategy:
1313
matrix:
14-
node-version: [20.x, 22.x, 24.x]
14+
node-version: [20.x, 22.x, 24.3.x]
1515
with:
1616
ref: ${{ inputs.branch }}
1717
nodeVersion: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)