diff --git a/README.md b/README.md index 0efe3ec0..f6d9b656 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ rules, like enabling Two-Factor Auth in your npm and GitHub accounts. This package is a dual ESM/commonjs package. > [!NOTE] -> This project requires `Node.js >= 20`. Install it using [yarn](https://yarnpkg.com) or [npm](https://npmjs.com).
_We highly recommend to use Yarn when you think to contribute to this project._ +> This project requires `Node.js >= 18`. Install it using [yarn](https://yarnpkg.com) or [npm](https://npmjs.com).
_We highly recommend to use Yarn when you think to contribute to this project._ This is a low-level package, and if you're using a high-level framework it _may_ already be included. Check the examples below and the [examples/](https://github.com/node-formidable/formidable/tree/master/examples) folder. @@ -868,7 +868,7 @@ Formidable is licensed under the [MIT License][license-url]. [npm-yearly-img]: https://badgen.net/npm/dy/formidable?icon=npm&cache=300 [npm-alltime-img]: https://badgen.net/npm/dt/formidable?icon=npm&cache=300&label=total%20downloads -[nodejs-img]: https://badgen.net/badge/node/>=%2010.13/green?cache=300 +[nodejs-img]: https://badgen.net/badge/node/>=%2018/green?cache=300 [ccommits-url]: https://conventionalcommits.org/ [ccommits-img]: https://badgen.net/badge/conventional%20commits/v1.0.0/green?cache=300 diff --git a/README_pt_BR.md b/README_pt_BR.md index 06977371..bf526ad7 100644 --- a/README_pt_BR.md +++ b/README_pt_BR.md @@ -66,7 +66,7 @@ fechado, mas se você estiver interessado, podemos discuti-lo e adicioná-lo ap ## Instalar -Este projeto requer `Node.js >= 10.13`. Instale-o usando +Este projeto requer `Node.js >= 18`. Instale-o usando [yarn](https://yarnpkg.com) ou [npm](https://npmjs.com).
_Nós altamente recomendamos usar o Yarn quando pensar em contribuir para este projeto._ @@ -817,7 +817,7 @@ Formidable é licenciado sob a [MIT License][license-url]. [npm-yearly-img]: https://badgen.net/npm/dy/formidable?icon=npm&cache=300 [npm-alltime-img]: https://badgen.net/npm/dt/formidable?icon=npm&cache=300&label=total%20downloads -[nodejs-img]: https://badgen.net/badge/node/>=%2010.13/green?cache=300 +[nodejs-img]: https://badgen.net/badge/node/>=%2018/green?cache=300 [ccommits-url]: https://conventionalcommits.org/ [ccommits-img]: https://badgen.net/badge/conventional%20commits/v1.0.0/green?cache=300 diff --git a/package.json b/package.json index cc93fb22..e17a70ce 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "supertest": "6.1.6" }, "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" }, "jest": { "verbose": true