Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Ember v4 types #307

Merged
merged 2 commits into from
May 12, 2022
Merged

Use Ember v4 types #307

merged 2 commits into from
May 12, 2022

Conversation

chriskrycho
Copy link
Collaborator

This implicitly sets the minimum supported TS version to 4.4. However, we are not yet testing against any version, so in a future PR we need to tackle #51. This is therefore not "breaking" because TS support has been unofficial to date.

@chriskrycho chriskrycho added the enhancement New feature or request label May 12, 2022
- Use latest version of `actions/setup-node`. (In the future, we should
  switch this to using Volta, but this is fine for now!)
- Use caching provided by `actions/setup-node` instead of custom cache
  config. This *may* run slower, but it is almost certainly better
  behaved in terms of cache *busting*.
@chriskrycho
Copy link
Collaborator Author

chriskrycho commented May 12, 2022

Huh, as far as I can tell the problem here is how the setup is reusing the cache. Hoping the version I just pushed will fix it?

Update: 🎉 it did!

@chriskrycho chriskrycho merged commit 47b1271 into master May 12, 2022
@chriskrycho chriskrycho deleted the ember-v4-types branch May 12, 2022 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant