We are currently asking people to use a version of node greater or equal to 16.19.0. We can see the following "node": ">=16.19.0" in the package.json.
Based on their release schedule, we can see that node:16 will be EOL by September 11, 2023. We should bump the version to for instance 18 which is LTS.
We are currently asking people to use a version of
nodegreater or equal to16.19.0. We can see the following"node": ">=16.19.0"in thepackage.json.Based on their release schedule, we can see that
node:16will be EOL by September 11, 2023. We should bump the version to for instance 18 which is LTS.