Skip to content

Commit

Permalink
chore: drop node 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drops support for node v8, since it's EOL as of 2020-01-01
  • Loading branch information
isaacs committed Dec 16, 2019
1 parent 28aca97 commit 9fa7944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
sudo: false
node_js:
- "12"
- "10"
- "8"
- node
- 12
- 10
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"tap": "^14.10.2"
},
"engines": {
"node": ">= 8"
"node": ">= 10"
}
}

0 comments on commit 9fa7944

Please sign in to comment.