jelhan / create-github-actions-setup-for-ember-addon

Setup GitHub Actions for an Ember Addon
MIT License
19 stars 2 forks source link

Use reasonable defaults based on the project #34

Closed jelhan closed 3 years ago

jelhan commented 3 years ago
  1. Use yarn or NPM depending on presence of either yarn.lock or package-lock.json.
  2. Use minimum node version listed as supported in engines.node key of package.json.
  3. Run all scenarios defined in config/ember-try.js.
  4. Run against all browsers listed in testem's launch_in_ci configuration (testem.js).

Closes #32