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

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

simplify cache setup #25

Closed jelhan closed 3 years ago

jelhan commented 3 years ago

Simplifies the cache setup as proposed by @ijlee2 in https://github.com/jelhan/ember-style-modifier/pull/32#discussion_r532058330.

It does not address the question if both global package manager cache and node_modules or only one of them should be cached. As before both is cached.

Closes #13