Skip to content

Commit

Permalink
Drop Node8 support (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
SparshithNRai authored and stefanpenner committed Dec 4, 2019
1 parent d4770ed commit 24b6b8f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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:
- "lts/carbon"
- "10"
- "12"

Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"sinon-chai": "^3.1.0"
},
"engines": {
"node": "8.* || 10.* || >= 12.*"
"node": "10.* || >= 12.*"
}
}

0 comments on commit 24b6b8f

Please sign in to comment.