diff --git a/README.md b/README.md index c0319f4..0d2aff2 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ deregister() // Optional: deregister the hooks when no longer needed - For Bun, `clearRequireCache` works, but `init` is not needed since ESM imports is the same as CJS requires. - Yarn PnP is not supported on Node.js < v24. - Only supports ESM modules by default. CommonJS cache can be cleared by `clearRequireCache`. -- `require(esm)` is not supported. Please track [this PR](https://github.com/nodejs/node/pull/60974). +- `require(esm)` is supported since Node.js v24.13.1. ## Sponsors