File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ jobs:
147147 ember-lts-3.16,
148148 ember-lts-3.20,
149149 ember-lts-3.24,
150+ ember-lts-3.28,
150151 ember-release,
151152 ember-beta,
152153 ember-canary,
Original file line number Diff line number Diff line change @@ -53,6 +53,14 @@ module.exports = async function () {
5353 } ,
5454 } ,
5555 } ,
56+ {
57+ name : 'ember-lts-3.28' ,
58+ npm : {
59+ devDependencies : {
60+ 'ember-source' : '~3.28.0' ,
61+ } ,
62+ } ,
63+ } ,
5664 {
5765 name : 'ember-release' ,
5866 npm : {
Original file line number Diff line number Diff line change 22 "name" : " ember-cli-deprecation-workflow" ,
33 "version" : " 2.1.0" ,
44 "description" : " Provides a much needed workflow to managing deprecations." ,
5- "keywords" : [" ember-addon" ],
5+ "keywords" : [
6+ " ember-addon"
7+ ],
68 "repository" : " https://github.com/mixonic/ember-cli-deprecation-workflow/" ,
79 "license" : " MIT" ,
810 "author" : " " ,
You can’t perform that action at this time.
0 commit comments