Skip to content

Commit 3442c2c

Browse files
committed
Drop NodeJs 8 & 11
1 parent f11130f commit 3442c2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
language: node_js
33
node_js:
4-
- "8"
4+
- "10"
55

66
branches:
77
only:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prettier": "^1.19.0"
4141
},
4242
"engines": {
43-
"node": "8.* || >= 10.*"
43+
"node": "10.* || >= 12.*"
4444
},
4545
"dependencies": {
4646
"prettier-linter-helpers": "^1.0.0"

0 commit comments

Comments
 (0)