File tree Expand file tree Collapse file tree 3 files changed +330
-237
lines changed Expand file tree Collapse file tree 3 files changed +330
-237
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 12
12
},
13
13
"repository" : " https://github.com/ember-cli-deploy/ember-cli-deploy-redis" ,
14
14
"engines" : {
15
- "node" : " 12 .* || 14 .* || >= 16 "
15
+ "node" : " 14 .* || 16 .* || 18.* || >= 20 "
16
16
},
17
17
"author" : " Aaron Chambers and the ember-cli-deploy team" ,
18
18
"license" : " MIT" ,
19
19
"dependencies" : {
20
20
"chalk" : " ^4.1.1" ,
21
21
"core-object" : " ^3.1.5" ,
22
22
"ember-cli-deploy-plugin" : " ^0.2.9" ,
23
- "ioredis" : " ^4.27 .5" ,
23
+ "ioredis" : " ^4.28 .5" ,
24
24
"rsvp" : " ^4.8.5"
25
25
},
26
26
"devDependencies" : {
27
- "chai" : " ^4.3.4 " ,
27
+ "chai" : " ^4.3.7 " ,
28
28
"chai-as-promised" : " ^7.1.1" ,
29
- "ember-cli" : " ^3.26.1 " ,
30
- "eslint" : " ^7.28 .0" ,
31
- "glob" : " ^7.1.7 " ,
32
- "ioredis-mock" : " ^5.6.0 " ,
29
+ "ember-cli" : " ^3.28.6 " ,
30
+ "eslint" : " ^8.42 .0" ,
31
+ "glob" : " ^10.2.6 " ,
32
+ "ioredis-mock" : " ^5.9.1 " ,
33
33
"lerna-changelog" : " ^1.0.1" ,
34
34
"mocha" : " ^8.4.0" ,
35
35
"release-it" : " 14.8.0" ,
36
36
"release-it-lerna-changelog" : " ^3.1.0" ,
37
- "sinon" : " ^11.1.1 "
37
+ "sinon" : " ^11.1.2 "
38
38
},
39
39
"keywords" : [
40
40
" ember-addon" ,
You can’t perform that action at this time.
0 commit comments