Skip to content

Commit a948965

Browse files
author
Robert Jackson
authored
Merge pull request #258 from rwjblue/drop-node-8
Drop Node 8 support.
2 parents d0b9013 + d096682 commit a948965

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ node_js:
33
- "stable"
44
- "12"
55
- "10"
6-
- "8"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"temp": "^0.9.0"
5252
},
5353
"engines": {
54-
"node": "^8.10.0 || 10.* || >=12"
54+
"node": "10.* || >=12"
5555
},
5656
"publishConfig": {
5757
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)