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 81bc7a1 + 31458b7 commit 7313a01Copy full SHA for 7313a01
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
node_js:
3
- - '10'
4
- '12'
+ - '14'
5
sudo: false
6
cache:
7
yarn: true
package.json
@@ -12,7 +12,7 @@
12
},
13
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-redis",
14
"engines": {
15
- "node": ">= 10"
+ "node": ">= 12"
16
17
"author": "Aaron Chambers and the ember-cli-deploy team",
18
"license": "MIT",
0 commit comments