ci: pin Node.js 24.x to 24.5.0 in CI workflow (#19813)

This commit is contained in:
Ryuya 2025-08-17 08:04:57 -07:00 committed by GitHub
parent c50930b3be
commit c92deaf02c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,8 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
# TODO: Remove version override when https://github.com/nodejs/node/issues/59480 is fixed
node-version: ${{ matrix.node-version == '24.x' && '24.5.0' || matrix.node-version }}
architecture: ${{ steps.calculate_architecture.outputs.result }}
cache: "yarn"
# Install old `jest` version and deps for legacy node versions