-
-
Notifications
You must be signed in to change notification settings - Fork 117
test: skip query test on node <22 #169
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
test: skip query test on node <22 #169
Conversation
|
Could you do something like this in Express, please, so we don't have to repeat the same logic multiple times? |
@bjohansebas done, put all the logic into a self-contained function. Let me know if your preference is to match the implementation in Express where the version string is provided by the caller and I can update |
|
Now we just have to wait for a maintainer (TC) to approve the CI run, and then I’ll be able to give the green light. |
great! cc @UlisesGascon @wesleytodd |
|
cc @wesleytodd friendly ping |
|
cc @UlisesGascon would be great to get this merged — anything I can do to help? |
|
Something curious is that the error no longer appears, new PRs were opened and didn’t trigger any error in the CI |
|
@bjohansebas oh, that's interesting i just rebased my original PR #160 on the latest |
|
I also did not find any evidence of Node.js removing https://github.com/pillarjs/router/actions/runs/16882212279/job/47820666814?pr=177
Side note: please do not "ping" or "cc" me. I watch all the repo's I can and this makes it take longer to get through issues and buries important issues behind hundreds of noisy notifications. While it is great for folks to keep things moving forward this noise just makes a the problem worse. Thanks! |
|
@wesleytodd great, thanks for the follow up. Looks like tests are passing all around without this PR. In that case, are we good to close this? |

Follow-up to #162 (comment)
This mirrors the Express PR (expressjs/express#6512) and skips testing the
QUERYmethod on Node <22 in this repository too.