File tree 4 files changed +2759
-1986
lines changed
4 files changed +2759
-1986
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- node-version : [12 .x, 14 .x, 16 .x]
13
+ node-version : [14 .x, 16 .x, 18.x, 20 .x]
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- name : Use Node.js ${{ matrix.node-version }}
26
26
runs-on : ubuntu-latest
27
27
strategy :
28
28
matrix :
29
- node-version : [12 .x, 14 .x, 16 .x]
29
+ node-version : [14 .x, 16 .x, 18.x, 20 .x]
30
30
steps :
31
31
- uses : actions/checkout@v2
32
32
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 2
2
module . exports = {
3
3
scenarios : [
4
4
{
5
- name : 'ember-lts-2.4 ' ,
5
+ name : 'ember-lts-3.24 ' ,
6
6
bower : {
7
7
dependencies : {
8
- 'ember' : 'components/ember#lts-2-4 '
8
+ 'ember' : 'components/ember#lts-3-24 '
9
9
} ,
10
10
resolutions : {
11
- 'ember' : 'lts-2-4 '
11
+ 'ember' : 'lts-3-24 '
12
12
}
13
13
} ,
14
14
npm : {
@@ -18,13 +18,13 @@ module.exports = {
18
18
}
19
19
} ,
20
20
{
21
- name : 'ember-lts-2.8 ' ,
21
+ name : 'ember-lts-3.28 ' ,
22
22
bower : {
23
23
dependencies : {
24
- 'ember' : 'components/ember#lts-2-8 '
24
+ 'ember' : 'components/ember#lts-3-28 '
25
25
} ,
26
26
resolutions : {
27
- 'ember' : 'lts-2-8 '
27
+ 'ember' : 'lts-3-28 '
28
28
}
29
29
} ,
30
30
npm : {
Original file line number Diff line number Diff line change 18
18
"test" : " node tests/runner.js && ./node_modules/.bin/eslint index.js lib/* tests/*"
19
19
},
20
20
"dependencies" : {
21
- "cli-table3" : " ^0.6.0 " ,
21
+ "cli-table3" : " ^0.6.3 " ,
22
22
"core-object" : " ^3.1.5" ,
23
- "ember-cli-deploy-plugin" : " ^0.2.3 " ,
24
- "luxon" : " ^1.25 .0" ,
23
+ "ember-cli-deploy-plugin" : " ^0.2.9 " ,
24
+ "luxon" : " ^3.3 .0" ,
25
25
"rsvp" : " ^4.8.5"
26
26
},
27
27
"devDependencies" : {
28
- "chai" : " ^4.2.0 " ,
28
+ "chai" : " ^4.3.7 " ,
29
29
"chai-as-promised" : " ^7.1.1" ,
30
- "ember-cli" : " ^3.18.0 " ,
31
- "eslint" : " ^7.0 .0" ,
32
- "glob" : " ^7.1 .6" ,
33
- "mocha" : " ^7.1.2 " ,
34
- "release-it" : " ^13.6.0 " ,
35
- "release-it-lerna-changelog" : " ^2.3.0 "
30
+ "ember-cli" : " ^3.28.6 " ,
31
+ "eslint" : " ^8.41 .0" ,
32
+ "glob" : " ^10.2 .6" ,
33
+ "mocha" : " ^10.2.0 " ,
34
+ "release-it" : " ^14.14.3 " ,
35
+ "release-it-lerna-changelog" : " ^4.0.1 "
36
36
},
37
37
"engines" : {
38
- "node" : " 12 .* || 14 .* || >= 16 "
38
+ "node" : " 14 .* || 16 .* || 18.* || >= 20 "
39
39
},
40
40
"publishConfig" : {
41
41
"registry" : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments