mirror of https://github.com/webpack/webpack.git
ci: node@24 latest (#19846)
This commit is contained in:
parent
488ba2ef1d
commit
6b313c950d
|
@ -173,8 +173,7 @@ jobs:
|
|||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
# 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 }}
|
||||
node-version: ${{ 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