We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 20 is the Active LTS and our integration tests don't test it.
The SDK's own tests now run Node 18 and 20:
But the integration tests with other repos are stuck one 16:
Once we have 18 in the matrix, we can drop 16 which is EOL:
But that's blocked on,
The text was updated successfully, but these errors were encountered:
ivanlei
No branches or pull requests
What is the Problem Being Solved?
Node 20 is the Active LTS and our integration tests don't test it.
Description of the Design
The SDK's own tests now run Node 18 and 20:
But the integration tests with other repos are stuck one 16:
Once we have 18 in the matrix, we can drop 16 which is EOL:
But that's blocked on,
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: