Skip to content

Commit 1eb1cf5

Browse files
committed
💥 Remove support for node 8
1 parent 40023e8 commit 1eb1cf5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ node_js:
44
- "13"
55
- "12"
66
- "10"
7-
- "8"

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
"ts-node": "^8.8.1",
5757
"typescript": "^3.8.3"
5858
},
59+
"engines": {
60+
"node": ">= 10"
61+
},
5962
"jest": {
6063
"roots": [
6164
"src"

0 commit comments

Comments
 (0)