diff options
| author | Matt Mayer <[email protected]> | 2024-03-01 23:22:09 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-01 16:22:09 +0000 |
| commit | 8e880c15da8901eb4694273a79ea4fcd908d1c3f (patch) | |
| tree | 5064ea37ebc17f88520bb11869b9a09818b5b359 /docs/guide | |
| parent | a08664db4266ab2651dba3d6e1b2a51368ddf0be (diff) | |
| download | faker-8e880c15da8901eb4694273a79ea4fcd908d1c3f.tar.xz faker-8e880c15da8901eb4694273a79ea4fcd908d1c3f.zip | |
docs: update min version in guide to Node 18 (#2701)
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
