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
thescientist13
changed the title
stabilize to a single minumum NodeJS LTS version
stabilize to a single minumum NodeJS LTS version for enginesJan 11, 2025
Type of Change
Enhancement
Summary
Coming out of #1202 / #1372, we opened up the range for NodeJS LTS version to try and accommodate all minimum versions with the least amount of experimental features based on the current compatibility matrix at the time
Per research into opening #1372 , here's a current breakdown of key feature we're using and where they stand in the NodeJS release / API status
import.meta.resolve
Details
Prior to 1.0, would like to go back to a single minimum version, using
>=
so we don't have to constantly be chasing the LTS release schedule, e.g.The main items we're waiting on
import.meta.resolve
- currently RC as of20.18.x
20.18.x
I think eventually we can go to something like this for the engines field
The text was updated successfully, but these errors were encountered: