From 8e880c15da8901eb4694273a79ea4fcd908d1c3f Mon Sep 17 00:00:00 2001 From: Matt Mayer <152770+matthewmayer@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:22:09 +0700 Subject: docs: update min version in guide to Node 18 (#2701) --- docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide') diff --git a/docs/guide/index.md b/docs/guide/index.md index 9e7456ef..7871cb2b 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -15,7 +15,7 @@ This documentation only covers the JavaScript implementation of Faker. ## Environments -You can run Faker in the browser, or in Node.js. Faker v8.0 requires Node.js version 14 or above. Both ESM and CommonJS imports are available. +You can run Faker in the browser, or in Node.js. Faker v9.0 requires Node.js version 18 or above. Both ESM and CommonJS imports are available. ## Installation -- cgit v1.2.3