-
Notifications
You must be signed in to change notification settings - Fork 567
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
Node.js 12 support? #1645
Comments
this should still support Node v12. I didn't spot this in that PR, I thought we were just skipping it on Windows. Would you mind sending a PR? |
Seems there's a test failing ( |
OK, I think I don't have enough context, TBH. But that test is failing due to https://github.com/nodejs/undici/pull/1604/files#diff-ca407d959d33ce92a7f7efee354a5ea5e6e61fcd797d32c04205e429a074ed54R892 - seems that timeout happens in node 14+ due to Happy to follow any pointers, though... |
I think that's the best outcome. Just make that test run on Node v14.17+. |
Updated the PR, also had to disable |
It seems as part of #1604, Node.js 12 was removed from the support matrix - not sure if that was intentional?
undici/.github/workflows/nodejs.yml
Lines 23 to 26 in 88eca8d
If Node.js 12 is no longer supported - then probably the
engines
field needs to be updated (incl. a major version release) - but quite possibly that was a typo and the matrix needs to be adjusted?The text was updated successfully, but these errors were encountered: