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

Simplify CI test matrix #631

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Simplify CI test matrix #631

merged 1 commit into from
Oct 3, 2023

Conversation

chriskrycho
Copy link
Collaborator

We historically tested against macOS, Windows, and multiple Node versions, because when I originally set up this repo, we were using Ember CLI to generate the build artifacts, and wanted to guarantee the behavior of the build integration across all targets. We have not used Ember CLI here for many years, though, and True Myth makes zero use of Node APIs. Accordingly, we can simply test using the current Node LTS (for convenience, really!) and make sure we have full type-checking coverage for our supported set of TS versions.

We historically tested against macOS, Windows, and multiple Node
versions, because when I originally set up this repo, we were using
Ember CLI to generate the build artifacts, and wanted to guarantee the
behavior of the build integration across all targets. We have not used
Ember CLI here for many years, though, and True Myth makes *zero* use of
Node APIs. Accordingly, we can simply test using the current Node LTS
(for convenience, really!) and make sure we have full type-checking
coverage for our supported set of TS versions.
@chriskrycho chriskrycho merged commit c781e8d into main Oct 3, 2023
9 checks passed
@chriskrycho chriskrycho deleted the simplify-ci branch October 3, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant