Skip to content

Commit

Permalink
reinstate support for older ember-template-lint versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Dec 8, 2024
1 parent 39860c6 commit ab0276b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
template-lint-version: [5, 6]
template-lint-version: [2, 3, 4, 5, 6]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"vitest": "^2.1.8"
},
"peerDependencies": {
"ember-template-lint": "^5.0.0 || ^6.0.0"
"ember-template-lint": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"engines": {
Expand Down

0 comments on commit ab0276b

Please sign in to comment.