Skip to content

Commit

Permalink
Merge pull request #87 from ember-cli-deploy/bump-ember-cli
Browse files Browse the repository at this point in the history
bump ember-cli to latest 2.x, this allows use with node 8
  • Loading branch information
lukemelia authored May 16, 2020
2 parents 6b68ba2 + ceca4e3 commit 0257c1e
Show file tree
Hide file tree
Showing 3 changed files with 3,587 additions and 1,500 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: node_js
node_js:
- '4'
- '6'
- '8'
- '10'
- '12'
sudo: false
cache:
yarn: true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-redis",
"engines": {
"node": ">= 0.10.0"
"node": ">= 10"
},
"author": "Aaron Chambers and the ember-cli-deploy team",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"ember-cli": "^2.12.0",
"ember-cli": "^3.18.0",
"ember-cli-release": "1.0.0-beta.2",
"eslint": "^3.18.0",
"github": "^6.1.0",
Expand Down
Loading

0 comments on commit 0257c1e

Please sign in to comment.