diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95596eead..141fafb3a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,9 +34,8 @@ First of all, thank you for contributing to Meilisearch! The goal of this docume To run this project, you will need: -- Node.js >= v16 and node <= 18 -- Yarn -- vitest +- Node >= v18 and Node <= 20 +- Yarn v1.x ### Setup diff --git a/README.md b/README.md index da47a68ea..e681487a4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ We recommend installing `meilisearch-js` in your project with your package manag npm install meilisearch ``` -`meilisearch-js` officially supports `node` versions >= 14 and <= 18. +`meilisearch-js` officially supports `node` versions 18 LTS and 20 LTS. Instead of using a package manager, you may also import the library directly into your [HTML via a CDN](#include-script-tag).