mharris717 / ember-cli-pagination

Pagination Addon for Ember CLI
MIT License
273 stars 116 forks source link

Fix ember-component.send-action deprecation introduced in ember 3.4 #264

Closed rinoldsimon closed 5 years ago

broerse commented 5 years ago

@mixonic It seems yarn is not working with Travis see https://github.com/mharris717/ember-cli-pagination/pull/230#issuecomment-337302955 Do you know how to fix this?

rinoldsimon commented 5 years ago

Updating nodejs will resolve the issue. But Testing this addon with minimum supported node version will change from 4.9.1 to higher. Will that be fine ?

rinoldsimon commented 5 years ago

https://github.com/yarnpkg/yarn/issues/6900

as mentioned in above comments, using yarn version 1.12.3 should succeed the Travis build.