Skip to content

Commit 419c80f

Browse files
committed
Update dependencies and node versions
1 parent f93fdd6 commit 419c80f

File tree

3 files changed

+330
-237
lines changed

3 files changed

+330
-237
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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 }}
@@ -26,7 +26,7 @@ jobs:
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 }}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@
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",

0 commit comments

Comments
 (0)