We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b68ba2 + ceca4e3 commit 0257c1eCopy full SHA for 0257c1e
.travis.yml
@@ -1,9 +1,7 @@
1
language: node_js
2
node_js:
3
- - '4'
4
- - '6'
5
- - '8'
6
- '10'
+ - '12'
7
sudo: false
8
cache:
9
yarn: true
package.json
@@ -11,14 +11,14 @@
11
},
12
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-redis",
13
"engines": {
14
- "node": ">= 0.10.0"
+ "node": ">= 10"
15
16
"author": "Aaron Chambers and the ember-cli-deploy team",
17
"license": "MIT",
18
"devDependencies": {
19
"chai": "^3.5.0",
20
"chai-as-promised": "^6.0.0",
21
- "ember-cli": "^2.12.0",
+ "ember-cli": "^3.18.0",
22
"ember-cli-release": "1.0.0-beta.2",
23
"eslint": "^3.18.0",
24
"github": "^6.1.0",
0 commit comments