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 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- node-version : [12 .x, 14 .x, 16 .x]
13+ node-version : [14 .x, 16 .x, 18.x, 20 .x]
1414 steps :
1515 - uses : actions/checkout@v2
1616 - name : Use Node.js ${{ matrix.node-version }}
2626 runs-on : ubuntu-latest
2727 strategy :
2828 matrix :
29- node-version : [12 .x, 14 .x, 16 .x]
29+ node-version : [14 .x, 16 .x, 18.x, 20 .x]
3030 steps :
3131 - uses : actions/checkout@v2
3232 - name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1212 },
1313 "repository" : " https://github.com/ember-cli-deploy/ember-cli-deploy-redis" ,
1414 "engines" : {
15- "node" : " 12 .* || 14 .* || >= 16 "
15+ "node" : " 14 .* || 16 .* || 18.* || >= 20 "
1616 },
1717 "author" : " Aaron Chambers and the ember-cli-deploy team" ,
1818 "license" : " MIT" ,
1919 "dependencies" : {
2020 "chalk" : " ^4.1.1" ,
2121 "core-object" : " ^3.1.5" ,
2222 "ember-cli-deploy-plugin" : " ^0.2.9" ,
23- "ioredis" : " ^4.27 .5" ,
23+ "ioredis" : " ^4.28 .5" ,
2424 "rsvp" : " ^4.8.5"
2525 },
2626 "devDependencies" : {
27- "chai" : " ^4.3.4 " ,
27+ "chai" : " ^4.3.7 " ,
2828 "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 " ,
3333 "lerna-changelog" : " ^1.0.1" ,
3434 "mocha" : " ^8.4.0" ,
3535 "release-it" : " 14.8.0" ,
3636 "release-it-lerna-changelog" : " ^3.1.0" ,
37- "sinon" : " ^11.1.1 "
37+ "sinon" : " ^11.1.2 "
3838 },
3939 "keywords" : [
4040 " ember-addon" ,
You can’t perform that action at this time.
0 commit comments