Skip to content

Commit

Permalink
removed extra file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Feb 10, 2024
1 parent 346d52b commit bdfa071
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions docs/guide/upgrading_v9/2121.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Node 14 and 16 No Longer Supported

Support for Node.js versions 14 and 16 has been discontinued as these versions have reached their [end-of-life](https://github.com/nodejs/Release). Faker.js 9.0 requires a minimum of Node.js version 18.

#### Examples of code-upgrades that are now used:

`at` is a feature that is only supported by Node >=v16.6, so this is a breaking change for users that are using Node < v16.6.
However, we dropped Node < v18 anyways.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at
6 changes: 0 additions & 6 deletions docs/guide/upgrading_v9/2654.md

This file was deleted.

0 comments on commit bdfa071

Please sign in to comment.