You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require a minimum node version of the latest LTS, currently 14.17
ensure engines-strict is enforced in the CI of each project to reduce the cases where incompatible dependencies are installed outside of our supported range (example)
Make sure to update the docs if we mention a minimal node version anywhere
ensure that peer-dependencies are compatible according to npm ls
update the peer-dependency range for semantic-release
See for reference: semantic-release/semantic-release#2055
engines-strict
is enforced in the CI of each project to reduce the cases where incompatible dependencies are installed outside of our supported range (example)npm ls
semantic-release
Bonus:
semantic-release/semantic-release
semantic-release#2055Pull request welcome! Just comment below if you'd like to work on it and we will assign the issue to you. Thank you for your help 💐
The text was updated successfully, but these errors were encountered: