dawidd6 / action-send-mail

:gear: A GitHub Action to send an email to multiple recipients
MIT License
443 stars 186 forks source link

Update to node breaks backwards compatibility #194

Closed schlamar closed 7 months ago

schlamar commented 7 months ago

We have a Gitea instance with Actions which does not support node20 (yet). So after the change #193 our CI workflows are broken.

Updating node to 20 without increasing the major version breaks backwards compatibility. You should increase the major version (v4) for such a breaking change.

dawidd6 commented 7 months ago

Pin to release v3.10.0 if you can't run node20 and consider updating your runner to use the newest release.