-
Notifications
You must be signed in to change notification settings - Fork 13
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
Allow ember-template-lint
v5
#237
Allow ember-template-lint
v5
#237
Conversation
|
||
strategy: | ||
matrix: | ||
etlVersion: [^4.0.0, 5.0.0-alpha.0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will update to etlVersion: [^4.0.0, ^5.0.0]
, once there is a stable release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- uses: actions/checkout@v2 | ||
- uses: volta-cli/action@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- uses: actions/checkout@v2 | |
- uses: volta-cli/action@v1 | |
- uses: actions/checkout@v3 | |
- uses: volta-cli/action@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This just uses the same versions as the other jobs, I could make a separate PR to bump everything and then rebase this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made #238.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, separate PR is fine.
Closes #236.
https://github.com/ember-template-lint/ember-template-lint/releases/tag/v5.0.0