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
UPDATE: OTEL plans on releasing a v2 version and they will likely bump to 18, meaning we would need to do the same. This task should be delayed until OTEL has decided on what to do.
We decided to require node 18+ in v9. This is to align with the upcoming
changes in OpenTelemetry. We also believe it is a reasonable version
requirement - Node 16 is EOL for some time now. This will also allow us
to update a bunch of dev tooling (vitest, ...) properly and streamline
some processes.
For users requiring Node 14/16, they can remain on v8 (which will be
continued to be supported with bug fixes for some time).
ref #14257
Description
engines
fields in package.jsons and all READMEs if applicable and bump the minimum supported Node.js versions based on what we researched in (Spike) Investigate whether we can adjust the minimum compatible Node.js version to 16 or 18 for v9 #14256The text was updated successfully, but these errors were encountered: