Open
Description
Node.js version: 22.4.0
Description:
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.