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

Use latest ember-cli beta version in CI #84

Closed
wants to merge 1 commit into from
Closed

Conversation

simonihmig
Copy link
Collaborator

@simonihmig simonihmig commented Jan 6, 2023

CI currently fails the typescript tests, due to a known issue (#82) that the latest stable version (4.9.x) of ember-cli support --typescript, but a fix when generating the app in a custom directory (ember-cli/ember-cli#10048) is only released for the 4.10.0-beta version. Se we use the latter in CI.

CI currently fails the typescript tests, due to a known issue that the latest stable version (4.9.x) of ember-cli support `--typescript`, but a fix when generating the app in a custom directory (ember-cli/ember-cli#10048) is only released for the 4.10.0-beta version. Se we use the latter in CI.
@simonihmig
Copy link
Collaborator Author

Oh boy, npm peerDependency resolution does not support prereleases it seems... https://stackoverflow.com/questions/67934358/npm-including-all-range-of-pre-release-when-defining-peer-dependency

@ef4
Copy link
Contributor

ef4 commented Jan 31, 2023

Closing old PR

@ef4 ef4 closed this Jan 31, 2023
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.

None yet

2 participants