Description
The documentation build process fails when running yarn install due to a Node.js version incompatibility. The error occurs both in local builds and in the repository's CI/CD pipelines. This was after the version update mentioned in #817
Reproduction Steps
- Clone the repository
- Attempt to build documentation (or run the CI workflow)
- Observe the Yarn installation failure
Affected CI Run
This issue is already visible in the repository's own CI:
Additional Context
- The current CI uses Node.js 20 actions (
actions/checkout@v3)
- GitHub has deprecated Node.js 20 actions and will force Node.js 24 as default starting June 2nd, 2026
- Node.js 20 will be completely removed from runners on September 16th, 2026
- The problematic dependency requires Node.js 22.18.0+ or 24.11.0+
Impact
This prevents:
- Successful documentation builds
- CI/CD pipelines from passing
- Contributors from building the documentation locally
Description
The documentation build process fails when running
yarn installdue to a Node.js version incompatibility. The error occurs both in local builds and in the repository's CI/CD pipelines. This was after the version update mentioned in #817Reproduction Steps
Affected CI Run
This issue is already visible in the repository's own CI:
Additional Context
actions/checkout@v3)Impact
This prevents: