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
After upgrading from node 20 to node 22, I am seeing the following deprecation warning:
(node:10452) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
We're using forwardemail/email-templates which relies on @ladjs/i18n. We're using a different implementation of i18n so I don't think this will impact our project.