The changelog generation fails due to incompatible Node.js version #2200
Labels
conclusion: resolved
Issue was resolved
topic: infrastructure
Related to project infrastructure
type: imperfection
Perceived defect in any part of project
Describe the problem
IDE2 blindly installs the latest dependency of
@octokit/rest
for the generation:It fails:
The latest version has dropped Node16 support: https://github.com/octokit/rest.js/releases/tag/v20.0.0
To reproduce
Run a changelog generation with Node.js 16
Expected behavior
either put the dependency into the main
package.json
to make sure it works with everyyarn
execution or pin the version (19.0.13) of the npm package that works with the current Node.js version.Arduino IDE version
2.2.0
Operating system
N/A
Operating system version
CI
Additional context
Related #2199
Issue checklist
The text was updated successfully, but these errors were encountered: