Skip to content

Commit d8ef010

Browse files
authored
Remove mention of support of Node 14 and 16 (#1805)
* Update README * Update contributing
1 parent eb60101 commit d8ef010

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ First of all, thank you for contributing to Meilisearch! The goal of this docume
3434

3535
To run this project, you will need:
3636

37-
- Node.js >= v16 and node <= 18
38-
- Yarn
39-
- vitest
37+
- Node >= v18 and Node <= 20
38+
- Yarn v1.x
4039

4140
### Setup
4241

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ We recommend installing `meilisearch-js` in your project with your package manag
6060
npm install meilisearch
6161
```
6262

63-
`meilisearch-js` officially supports `node` versions >= 14 and <= 18.
63+
`meilisearch-js` officially supports `node` versions 18 LTS and 20 LTS.
6464

6565
Instead of using a package manager, you may also import the library directly into your [HTML via a CDN](#include-script-tag).
6666

0 commit comments

Comments
 (0)