Currently, the supported node is according to the package.json >=. which is not correct as there is already used for example replaceAll in the codebase that is only supported in node 18. Let's get back to 2024 change supported engine to >= 18
Proposed solution
Change engine to >= 18.
Additional context
Add any other context, screenshots, or reference links about the feature request here.
Motivation
Currently, the supported node is according to the package.json >=. which is not correct as there is already used for example
replaceAll
in the codebase that is only supported in node 18. Let's get back to 2024 change supported engine to >= 18Proposed solution
Change engine to >= 18.
Additional context
Add any other context, screenshots, or reference links about the feature request here.