Skip to content
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

Merged
merged 5 commits into from
Oct 5, 2023

Conversation

wa0x6e
Copy link
Contributor

@wa0x6e wa0x6e commented Oct 2, 2023

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

@wa0x6e wa0x6e requested a review from ChaituVR October 2, 2023 16:16
@wa0x6e wa0x6e mentioned this pull request Oct 2, 2023
@ChaituVR
Copy link
Member

ChaituVR commented Oct 3, 2023

But this will increase number of actions
image

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

@wa0x6e
Copy link
Contributor Author

wa0x6e commented Oct 3, 2023

We can keep 2:

  • the extreme: so 14 and 20
  • the most used: 16 and 18

wdyt?

@ChaituVR
Copy link
Member

ChaituVR commented Oct 3, 2023

that would be perfect 👌

@wa0x6e
Copy link
Contributor Author

wa0x6e commented Oct 3, 2023

that would be perfect 👌

Which one?

.github/workflows/test.yml Outdated Show resolved Hide resolved
@wa0x6e wa0x6e requested a review from ChaituVR October 5, 2023 03:32
Copy link
Member

@ChaituVR ChaituVR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utAck

@ChaituVR ChaituVR merged commit 83fec29 into master Oct 5, 2023
4 checks passed
@ChaituVR ChaituVR deleted the run-ci-tests-on-more-node-version branch October 5, 2023 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants