We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The README states that:
meilisearch-js officially supports node versions >= 14 and <= 18.
In practice, CI tests only include tests against Node 18 and Node 20.
I don't think we should support previous versions because neither is receiving security support anymore.
Update the README accordingly.
The text was updated successfully, but these errors were encountered:
Merge #1805
7ad32e9
1805: Remove mention of support of Node 14 and 16 r=flevi29 a=Strift # Pull Request Fixes #1804 Co-authored-by: Strift <[email protected]>
Successfully merging a pull request may close this issue.
Problem description
The README states that:
In practice, CI tests only include tests against Node 18 and Node 20.
I don't think we should support previous versions because neither is receiving security support anymore.
Proposal
Update the README accordingly.
The text was updated successfully, but these errors were encountered: