- Add new version via
package.json>engines>nodeandpackage.json>engines-next>node - Update the node version in the local-development docs
- Update the node version in the GitHub Actions workflow files
- Deprecate old LTS via
package.json>engines-next>node - Update the node version in the local-development docs
- Remove the old node version in the GitHub Actions workflow files
- Update
package.json>engines>node - Mark PR as
BREAKINGby:- Adding the label
breakingto the PR - Putting the text
BREAKING CHANGE: <breaking cause>in the PR content footer
- Adding the label