Skip to content

Commit 756d856

Browse files
Merge #1788
1788: Update CONTRIBUTING.md r=curquiza a=irevoire with the minimum version of node required Hey, I tried to run the test and encountered multiple errors coming from our outdated `CONTRIBUTING.md`. It says the minimum version of node supported is the v14, but when I tried it gave me this error: ![image](https://github.com/user-attachments/assets/1dc3eabf-dba3-48b4-8849-9e27613caf5b) Then I tried the v15 and it gave me this error: ![image](https://github.com/user-attachments/assets/4ded7fb2-11a4-45ea-9dde-4a9b706d5dd5) Finally, the v16 worked, so the range of accepted version should be v16 to v18. ----- Then I tried to run the tests, which doesn't work anymore because apparently we now requires the installation of vitest Co-authored-by: Tamo <[email protected]>
2 parents 8167a99 + e2e85ff commit 756d856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ 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 >= v14 and node <= 18
37+
- Node.js >= v16 and node <= 18
3838
- Yarn
39-
39+
- vitest
4040

4141
### Setup
4242

0 commit comments

Comments
 (0)