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

Allow ember-template-lint v5 #237

Merged
merged 1 commit into from Nov 4, 2022

Conversation

bertdeblock
Copy link
Collaborator

@bertdeblock bertdeblock commented Nov 4, 2022


strategy:
matrix:
etlVersion: [^4.0.0, 5.0.0-alpha.0]
Copy link
Collaborator Author

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +67 to +68
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- uses: actions/checkout@v3
- uses: volta-cli/action@v4

Copy link
Collaborator Author

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made #238.

Copy link
Member

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.

@bmish bmish merged commit a92e009 into ember-template-lint:main Nov 4, 2022
@bmish bmish added the enhancement New feature or request label Nov 4, 2022
@bmish bmish mentioned this pull request Nov 4, 2022
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.

Support ember-template-lint v5
2 participants