- Add new version via
package.json>engines>node
andpackage.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
BREAKING
by:- Adding the label
breaking
to the PR - Putting the text
BREAKING CHANGE: <breaking cause>
in the PR content footer
- Adding the label