Skip to content

Commit

Permalink
Merge pull request #140 from ember-cli-deploy/update-deps
Browse files Browse the repository at this point in the history
Update dependencies and node versions
  • Loading branch information
lukemelia committed Jun 4, 2023
2 parents f93fdd6 + 419c80f commit 8cf4528
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 237 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
},
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-redis",
"engines": {
"node": "12.* || 14.* || >= 16"
"node": "14.* || 16.* || 18.* || >= 20"
},
"author": "Aaron Chambers and the ember-cli-deploy team",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.1",
"core-object": "^3.1.5",
"ember-cli-deploy-plugin": "^0.2.9",
"ioredis": "^4.27.5",
"ioredis": "^4.28.5",
"rsvp": "^4.8.5"
},
"devDependencies": {
"chai": "^4.3.4",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"ember-cli": "^3.26.1",
"eslint": "^7.28.0",
"glob": "^7.1.7",
"ioredis-mock": "^5.6.0",
"ember-cli": "^3.28.6",
"eslint": "^8.42.0",
"glob": "^10.2.6",
"ioredis-mock": "^5.9.1",
"lerna-changelog": "^1.0.1",
"mocha": "^8.4.0",
"release-it": "14.8.0",
"release-it-lerna-changelog": "^3.1.0",
"sinon": "^11.1.1"
"sinon": "^11.1.2"
},
"keywords": [
"ember-addon",
Expand Down
Loading

0 comments on commit 8cf4528

Please sign in to comment.