Skip to content

Commit 1adb27a

Browse files
authoredMar 25, 2020
ci: drop node 8, adopt node 12 (#409)
BREAKING CHANGES: drop node 8
1 parent 4962a70 commit 1adb27a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- 8
43
- 10
4+
- 12
55

66
services:
77
- xvfb

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"sinon-chai": "^3.3.0"
5959
},
6060
"engines": {
61-
"node": ">=8.0.0"
61+
"node": ">=10.0.0"
6262
},
6363
"contributors": [
6464
"dignifiedquire <dignifiedquire@gmail.com>",

0 commit comments

Comments
 (0)
Please sign in to comment.