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
Copy file name to clipboardExpand all lines: wg-ecosystem/README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -126,8 +126,9 @@ If too much friction arises from the burden of maintaining EOL versions of Node.
126
126
dependencies or CI issues), we will perform a blanket upgrade of supported Node.js versions for all our packages
127
127
to the latest LTS version. This upgrade process will be revisited annually.
128
128
129
-
As of July 2024, our current plan is to upgrade all packages to a minimum of Node.js 22 when that version
130
-
reaches its LTS date ([see Node.js release schedule for more details](https://nodejs.org/en/about/previous-releases#release-schedule)).
129
+
As of July 2024, our current plan is to upgrade all packages to the earliest Node.js version where `require()`
130
+
of synchronous ESM graphs will be supported (see [nodejs/node#51977](https://github.com/nodejs/node/pull/51977) and [nodejs/node#53500](https://github.com/nodejs/node/pull/53500))
131
+
some point after that version reaches its LTS date ([see Node.js release schedule for more details](https://nodejs.org/en/about/previous-releases#release-schedule)).
0 commit comments