To get things working again, I have to change my import from ```js import setupDeprecationWorkflow from 'ember-cli-deprecation-workflow' ``` to ```js import setupDeprecationWorkflow from 'ember-cli-deprecation-workflow/addon/index' ``` which is fine, but a bit annoying