-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
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
Remove mention of support of Node 14 and 16 #1805
Conversation
dde2c96
to
4d0b695
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually no, can you also update CONTRIBUTING.md?
meilisearch-js/CONTRIBUTING.md
Lines 33 to 40 in 912465a
### Requirements | |
To run this project, you will need: | |
- Node.js >= v16 and node <= 18 | |
- Yarn | |
- vitest | |
And vitest
isn't a requirement, Yarn installs it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR has nothing to do with v1.12 of Meilisearch and should point to main
Ok, thanks for the review. I will rebase the PR and look to merge it after the Meilisearch 1.12 release then |
41c5667
to
70c703f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1805 +/- ##
=======================================
Coverage 97.93% 97.93%
=======================================
Files 18 18
Lines 1546 1546
Branches 326 326
=======================================
Hits 1514 1514
Misses 32 32 ☔ View full report in Codecov by Sentry. |
bors merge |
1805: Remove mention of support of Node 14 and 16 r=flevi29 a=Strift # Pull Request Fixes #1804 Co-authored-by: Strift <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: {"message":"1 review requesting changes and 1 approving review by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches","status":"422"} |
Changed base branch to main
as requested
Pull Request
Fixes #1804