From 423b2290738a8bf5d1f62836bfbc7a7055cb1d62 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Wed, 21 Aug 2024 21:21:19 +0000 Subject: [PATCH] Add Node.js 20 support --- README.md | 3 ++- README.ru.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b4c1cae..f0f1d99d 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,8 @@ npm install nanoid ``` Nano ID 5 works only with ESM projects, in tests or Node.js scripts. -For CommonJS you need to use Node.js 22 with `--experimental-require-module`: +For CommonJS you need to use latest Node.js 20 or 22 +with `--experimental-require-module`: ```bash node --experimental-require-module app.js diff --git a/README.ru.md b/README.ru.md index af394b5d..0f2acdb4 100644 --- a/README.ru.md +++ b/README.ru.md @@ -140,7 +140,8 @@ npm install nanoid ``` Nano ID 5 работает только с ESM-проектами, в тестах или скриптах для Node.js. -Для CommonJS вам нужна Node.js 22 с флагом `--experimental-require-module`: +Для CommonJS вам нужна последняя версия Node.js 20 или 22 +с флагом `--experimental-require-module`: ```bash node --experimental-require-module app.js