ci: node@24 latest (#19846)

This commit is contained in:
hai-x 2025-08-28 22:26:47 +08:00 committed by GitHub
parent 488ba2ef1d
commit 6b313c950d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

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