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

Fix TravisCI builds #1875

Merged
merged 6 commits into from
Jul 4, 2019
Merged

Fix TravisCI builds #1875

merged 6 commits into from
Jul 4, 2019

Conversation

Turbo87
Copy link
Collaborator

@Turbo87 Turbo87 commented Jul 4, 2019

see commit messages for details

`ember-data` is a monorepo now, so these kinds of version constraint declarations won't work anymore. see emberjs/data#6010
The `latest` version of ember-data (v3.11) is using async/await in Node.js code, but since we run CI on Node.js 6 it does not support that yet. This means we will have to use an older version of ember-data for now until we drop support for Node.js 6.
see previous commit about async/await usage in recent ember-data releases
Using `^3.0.0` currently resolves to v3.11.x which is not compatible with Node.js 6 anymore. v3.8.x and above have some other issues so we will use v3.7.x until we figure those out.
…#1765)"

This reverts commit 95ae7cb.

Some dependencies of `mermaid@8` are incompatible with Node.js 6
@Turbo87 Turbo87 changed the title WIP: Fix TravisCI builds Fix TravisCI builds Jul 4, 2019
@Turbo87 Turbo87 requested a review from marcoow July 4, 2019 14:19
@marcoow marcoow merged commit 0f1fc69 into mainmatter:master Jul 4, 2019
@Turbo87 Turbo87 deleted the fix-ci branch July 4, 2019 14:42
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