Skip to content

Commit

Permalink
ci: drop node 8, adopt node 12 (#409)
Browse files Browse the repository at this point in the history
BREAKING CHANGES: drop node 8
  • Loading branch information
anthony-redFox committed Mar 25, 2020
1 parent 4962a70 commit 1adb27a
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:
- 8
- 10
- 12

services:
- xvfb
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"sinon-chai": "^3.3.0"
},
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"contributors": [
"dignifiedquire <dignifiedquire@gmail.com>",
Expand Down

0 comments on commit 1adb27a

Please sign in to comment.