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

Ember updates, use GitHub for CI #87

Merged
merged 4 commits into from
Nov 30, 2022
Merged

Ember updates, use GitHub for CI #87

merged 4 commits into from
Nov 30, 2022

Conversation

RobbieTheWagner
Copy link
Member

No description provided.

@RobbieTheWagner RobbieTheWagner merged commit 6ab6348 into master Nov 30, 2022
@RobbieTheWagner RobbieTheWagner deleted the ember-update branch November 30, 2022 17:37
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"ember-cli-babel": "^7.20.5",
"ember-cli-babel": ">= 6.17.2",

Choose a reason for hiding this comment

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

Due to >= , this addon is not compat anymore with the engines it specifies in its package.json file.
>= 6.17.2 also satisfies ember-cli-babel v8, which dropped support for all engines listed in this package.json file.

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.

2 participants