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
We get more and more support requests by users who use node 22 or 23 to run our aio plugin. However, as long as aio itself does not support those, we can only do so much.
Given the fact that node 24 is around the corner (April 2025), this will only get more attention in the userbase.
We tend to ask the users to use node 20 instead, which is not always possible for them or leads to additional efforts, i.e. on their CI/CD environments.
Some issues faced with node 22 that do not surface on node 20:
(node:15926) TimeoutNaNWarning: NaN is not a number.
Timeout duration was set to 1.
(node:61566) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
The text was updated successfully, but these errors were encountered:
We get more and more support requests by users who use node 22 or 23 to run our aio plugin. However, as long as aio itself does not support those, we can only do so much.
Given the fact that node 24 is around the corner (April 2025), this will only get more attention in the userbase.
We tend to ask the users to use node 20 instead, which is not always possible for them or leads to additional efforts, i.e. on their CI/CD environments.
Some issues faced with node 22 that do not surface on node 20:
Related issue: #679
The text was updated successfully, but these errors were encountered: