From 11becb3b97a229b175f27ebb2c9f6912d353a4dd Mon Sep 17 00:00:00 2001 From: Kevin Deng Date: Sat, 2 May 2026 15:46:45 +0900 Subject: [PATCH] docs: update supported Node.js version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d2aff2..039c43c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ deregister() // Optional: deregister the hooks when no longer needed ## Known Limitations -- Support Node.js since v22.15.0, and doesn't support Deno. +- Support Node.js since v22.18.0, and doesn't support Deno. - 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`. -- 2.51.2