-
Notifications
You must be signed in to change notification settings - Fork 578
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
chore: run CI tests on more node versions #911
Conversation
But this will increase number of actions we may hit concurrent runs soon, which may cause some delay to merge things https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#about-billing-for-github-actions |
We can keep 2:
wdyt? |
that would be perfect 👌 |
Which one? |
Co-authored-by: Chaitanya <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utAck
Run the github action tests on more node versions.
It's currently only ran on node 14, which is dead for many years.
Adding 16 (which is EOL but is still used by many of our services), 18 (current) and 20.
This will avoid scenario like #904 which fails on node 18