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
I noticed in the changelog for the latest release (v2.0.0) that there is a breaking change which states:
drop support for node <18
However, it seems that the package.jsonengines field was not updated to reflect this change.
Would it be possible to update the engines field in package.json to explicitly specify the range of supported Node.js versions? This would greatly help in ensuring compatibility when upgrading to finalhandler v2.0.0.
Thank you for all your hard work on this project!
The text was updated successfully, but these errors were encountered:
Phillip9587
added a commit
to Phillip9587/finalhandler
that referenced
this issue
Oct 16, 2024
Hi
finalhandler
maintainers,I noticed in the changelog for the latest release (v2.0.0) that there is a breaking change which states:
However, it seems that the
package.json
engines
field was not updated to reflect this change.Would it be possible to update the
engines
field inpackage.json
to explicitly specify the range of supported Node.js versions? This would greatly help in ensuring compatibility when upgrading tofinalhandler
v2.0.0.Thank you for all your hard work on this project!
The text was updated successfully, but these errors were encountered: