Skip to content

Commit

Permalink
clarify require(esm) node version
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Jul 24, 2024
1 parent c3d4f53 commit f9c421d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wg-ecosystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ If too much friction arises from the burden of maintaining EOL versions of Node.
dependencies or CI issues), we will perform a blanket upgrade of supported Node.js versions for all our packages
to the latest LTS version. This upgrade process will be revisited annually.

As of July 2024, our current plan is to upgrade all packages to a minimum of Node.js 22 when that version
reaches its LTS date ([see Node.js release schedule for more details](https://nodejs.org/en/about/previous-releases#release-schedule)).
As of July 2024, our current plan is to upgrade all packages to the earliest Node.js version where `require()`
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))
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)).

## Meeting Schedule

Expand Down

0 comments on commit f9c421d

Please sign in to comment.