Skip to content

Commit f9c421d

Browse files
authored
clarify require(esm) node version
1 parent c3d4f53 commit f9c421d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

wg-ecosystem/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@ If too much friction arises from the burden of maintaining EOL versions of Node.
126126
dependencies or CI issues), we will perform a blanket upgrade of supported Node.js versions for all our packages
127127
to the latest LTS version. This upgrade process will be revisited annually.
128128

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)).
131132

132133
## Meeting Schedule
133134

0 commit comments

Comments
 (0)