From 1159518963e1e6bda614977f08a605f03ef62004 Mon Sep 17 00:00:00 2001 From: Kevin Deng Date: Thu, 16 Apr 2026 17:10:38 +0900 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.51.2