Skip to content

Commit

Permalink
Remove mention of support of Node 14 and 16 (#1805)
Browse files Browse the repository at this point in the history
* Update README

* Update contributing
  • Loading branch information
Strift authored Dec 27, 2024
1 parent eb60101 commit d8ef010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit d8ef010

Please sign in to comment.