dawidd6/action-send-mail

Update to node breaks backwards compatibility

schlamar opened this issue · 1 comments

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.

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