Skip to content

Commit 49c3151

Browse files
committed
chore: only support live nodes
1 parent 2c6fb91 commit 49c3151

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ node_js:
44
- node
55
- 12
66
- 10
7-
- 8
8-
- 6

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@
4545
},
4646
"files": [
4747
"index.js"
48-
]
48+
],
49+
"engines": {
50+
"node": ">=10"
51+
}
4952
}

0 commit comments

Comments
 (0)