File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353
5454 - run : yarn test
5555
56+ ember-template-lint :
57+ name : ember-template-lint@${{ matrix.etlVersion }}
58+ needs : [test]
59+ runs-on : ubuntu-latest
60+ timeout-minutes : 10
61+
62+ strategy :
63+ matrix :
64+ etlVersion : [^4.0.0, 5.0.0-alpha.0]
65+
66+ steps :
67+ - uses : actions/checkout@v2
68+ - uses : volta-cli/action@v1
69+ with :
70+ node-version : 16.x
71+ - run : yarn install --frozen-lockfile
72+ - run : yarn add ember-template-lint@${{ matrix.etlVersion }} --dev
73+ - run : yarn test
74+
5675 floating-dependencies :
5776 name : Floating Dependencies
5877 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3333 "prettier-linter-helpers" : " ^1.0.0"
3434 },
3535 "devDependencies" : {
36- "ember-template-lint" : " ^4.0.0-beta.3 " ,
36+ "ember-template-lint" : " ^4.0.0" ,
3737 "eslint" : " ^8.2.0" ,
3838 "eslint-config-prettier" : " ^8.3.0" ,
3939 "eslint-plugin-node" : " ^11.0.0" ,
4747 "release-it-lerna-changelog" : " ^4.0.1"
4848 },
4949 "peerDependencies" : {
50- "ember-template-lint" : " ^ 4.0.0" ,
51- "prettier" : " >=1.18.1"
50+ "ember-template-lint" : " >= 4.0.0" ,
51+ "prettier" : " >= 1.18.1"
5252 },
5353 "engines" : {
5454 "node" : " ^12.22.0 || ^14.17.0 || >=16.0.0"
You can’t perform that action at this time.
0 commit comments