0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-11 05:39:10 +00:00
renovatebot_renovate/docs/development/bump-node-major.md
2024-07-25 15:28:16 +02:00

493 B

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 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