renovate/docs/development/bump-node-major.md

15 lines
493 B
Markdown

# How to bump Renovate to next NodeJS LTS release
## Add new NodeJS version
- Add new version via `package.json>engines>node`
- Update the node version in the [local-development](./local-development.md) docs
- Update the node version in the GitHub Actions workflow files
## Remove old NodeJS version
- Update `package.json>engines>node`
- Mark PR as `BREAKING` by:
- Adding the label `breaking` to the PR
- Putting the text `BREAKING CHANGE: <breaking cause>` in the PR content footer