After merging https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/19 I ran tests locally and yarn install failed on my because of the node engine specified in package.json (I'm using the 8.x LTS release of node). I upgraded the engines section to reflect what ember-cli currently specifies as valid node-engines. I also updated the ember-cli development dependency as the old version wasn't happy with the updated package.json's engines-section now.
What Changed & Why
After merging https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/19 I ran tests locally and
yarn install
failed on my because of the node engine specified inpackage.json
(I'm using the 8.x LTS release of node). I upgraded the engines section to reflect what ember-cli currently specifies as valid node-engines. I also updated the ember-cli development dependency as the old version wasn't happy with the updated package.json'sengines
-section now.People
Could you please have a look @lukemelia ?