Skip to content

Commit

Permalink
ci: drop Node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Jan 9, 2020
1 parent 4c3b4ee commit 1a55caf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,6 @@ cache:
- node_modules

node_js:
- "8"
- "10"
- "12"
- "13"
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -5,7 +5,6 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "13"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,6 +43,6 @@
"nyc": "^14.1.1"
},
"engines": {
"node": ">=8"
"node": ">=10"
}
}

0 comments on commit 1a55caf

Please sign in to comment.