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

Enable CI with GitHub Actions #497

Closed
wants to merge 7 commits into from

Conversation

jelhan
Copy link

@jelhan jelhan commented Sep 3, 2024

Setting up CI for this project with GitHub Actions. Please see this run in my fork as an example that it works.

So far the CI only tests compatibility with Ember 3.16, 3.28 and 4.12. Ember > 5 requires some additional work, which I have not done yet. I will do that in a follow-up PR.

I needed to pin Node to 16. With newer versions the build was failing due to a change in Node's crypto API. I assume upgrading dependencies will fix that. But let's keep that one for a follow-up PR as well.

@miguelcobain
Copy link
Collaborator

GH actions CI is now in places, and tests from 3.28 onwards.

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