mirror of https://github.com/webpack/webpack.git
ci: pin Node.js 24.x to 24.5.0 in CI workflow (#19813)
This commit is contained in:
parent
c50930b3be
commit
c92deaf02c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue