Changes to supported Node.js versions #168
bobbrodie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
In our next release, we will be dropping support for Node.js 18.x and adding support for Node.js 24.x to align with the latest Node.js release schedule.
Reference: (link)
Required Updates
Most importantly, we need this release to be a major version (
v7.0.0
) due to the backward incompatibilities. This change will simplify implementation, and will also help mitigate backward incompatibilities in the future since applications will implement the export without concern for the file structure. Here's an example of how the exports will be used:v6.3.x
v7.0.x
Beta Was this translation helpful? Give feedback.
All reactions