-
Notifications
You must be signed in to change notification settings - Fork 227
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
TAV failing for [email protected]
#3926
Comments
npm info tedious time
...
'15.1.1': '2022-11-01T14:49:39.714Z',
'15.1.2': '2022-11-09T13:13:18.399Z',
'15.1.3': '2023-02-12T23:20:33.835Z',
'16.0.0': '2023-04-07T20:42:21.850Z',
'16.1.0': '2023-05-07T16:50:04.608Z',
... it's weird that didn't fail before |
Tedious v15 has this:
I believe that I'd say It looks like some (many? all?) |
This same breakage happens to tedious@13 and tedious@14 as well.
Effectively those tedious versions are all now |
I would think this would break tedious@12 as well, because it deps on the same version of azure/core-rest-pipeline:
However the tests are passing with node v14 for it. I'm not sure why. In general I would say that all versions of tedious going back to tedious@11 -- when a dep on |
This was necessitated by a transitive dep of tedious breaking support for Node.js versions earlier than 16. Closes: #3926
…14 (elastic#3927) This was necessitated by a transitive dep of tedious (`@azure/core-rest-pipeline`) breaking support for Node.js versions earlier than 16. Closes: elastic#3926
[email protected]
is using a feature not supported in Node v14.Ref: https://github.com/elastic/apm-agent-nodejs/actions/runs/8354734062/job/22868580858#step:3:364
The text was updated successfully, but these errors were encountered: