Skip to content

Commit

Permalink
chore: Drop node 8 support (#292)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for Node 8 as it is now EOL
  • Loading branch information
offirgolan authored Jan 12, 2020
1 parent 5c655bf commit 4448be5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- '8'
- '10'
- '12'

Expand Down
2 changes: 1 addition & 1 deletion packages/@pollyjs/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"rimraf": "^2.6.2"
},
"engines": {
"node": "8.* || >= 10.*"
"node": ">= 10"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit 4448be5

Please sign in to comment.