Skip to content

Commit

Permalink
Merge pull request #237 from bertdeblock/ember-template-lint-5
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 4, 2022
2 parents 6a5bc95 + a9c2ef9 commit a92e009
Show file tree
Hide file tree
Showing 3 changed files with 917 additions and 69 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -53,6 +53,25 @@ jobs:

- run: yarn test

ember-template-lint:
name: ember-template-lint@${{ matrix.etlVersion }}
needs: [test]
runs-on: ubuntu-latest
timeout-minutes: 10

strategy:
matrix:
etlVersion: [^4.0.0, 5.0.0-alpha.0]

steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 16.x
- run: yarn install --frozen-lockfile
- run: yarn add ember-template-lint@${{ matrix.etlVersion }} --dev
- run: yarn test

floating-dependencies:
name: Floating Dependencies
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -33,7 +33,7 @@
"prettier-linter-helpers": "^1.0.0"
},
"devDependencies": {
"ember-template-lint": "^4.0.0-beta.3",
"ember-template-lint": "^4.0.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.0.0",
Expand All @@ -47,8 +47,8 @@
"release-it-lerna-changelog": "^4.0.1"
},
"peerDependencies": {
"ember-template-lint": "^4.0.0",
"prettier": ">=1.18.1"
"ember-template-lint": ">= 4.0.0",
"prettier": ">= 1.18.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Expand Down

0 comments on commit a92e009

Please sign in to comment.