ivanvanderbyl / ember-d3

Loads the latest D3 packages into Ember CLI so you can use them in your app
MIT License
68 stars 37 forks source link

Builds on Travis are failing due to Node version 6 #73

Open gilesv opened 5 years ago

gilesv commented 5 years ago

Hey @ivanvanderbyl! I see you changed node version on Travis in this commit and it's causing all builds to fail since Object.values() is only supported by version => 7.

image I suggest switching it back to 10 (currently used by the latest ember-cli version) or at least version 8, which is the minimum Node version supported by ember-d3 (according to the readme). Any thoughts?