Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Jun 7, 2021
1 parent 1f7adfa commit f46acee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- '10'
- '12'
- '14'
sudo: false
cache:
yarn: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-redis",
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"author": "Aaron Chambers and the ember-cli-deploy team",
"license": "MIT",
Expand Down

0 comments on commit f46acee

Please sign in to comment.