Situation
The BUILDING > Windows Prerequisites documentation section lists three different options for installing prerequisites to build Node.js on Windows. The different options are not aligned with one another and result in different versions of Python being installed:
GitHub Actions workflows are using PYTHON_VERSION: '3.14'
Suggestion
- Update the manual install instructions to align with the Python 3.14 documentation Using Python on Windows. Note that Python has deprecated the full installer since version 3.14 and provides instead the Python Install Manager. Python 3.13 is the highest version still available directly from the Microsoft Store.
- Update the WinGet instructions and configurations to install Python 3.14
Situation
The BUILDING > Windows Prerequisites documentation section lists three different options for installing prerequisites to build Node.js on Windows. The different options are not aligned with one another and result in different versions of Python being installed:
GitHub Actions workflows are using
PYTHON_VERSION: '3.14'Suggestion