Update to node breaks backwards compatibility
schlamar opened this issue · 1 comments
schlamar commented
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.