-
Notifications
You must be signed in to change notification settings - Fork 807
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
Stable package tests CI failure on Node.js v16 #2755
Comments
I tried to take a look local but for me even
|
I was able to reproduce this local. For whatever reason As the SDK has 1.0.4 and others have 1.1.0 the version check in API tells the 1.1.0 users (e.g. context-async-hooks) that it is incompatible. I have no idea why 1.0.4 gets installed here as ranges should go for 1.1.0. But it seems this shows that allowing ranges from 1.0.0 to 1.2.0 is problematic as the version check in API may reject a newer minor version. if I change the range in sdk-trace-node to ">=1.1.0 <1.2.0" the hosted 1.1.0 version of API is used and tests pass. |
CI is constantly failing on Node.js v16 for stable packages tests since ee2342b was merged.
The text was updated successfully, but these errors were encountered: