drop support for Node 8, end-of-life

This commit is contained in:
Bryan Housel
2020-01-13 14:14:58 -05:00
parent 66a738fafc
commit c75496e5c3
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "8"
- "10"
- "12"
sudo: required
+1 -2
View File
@@ -113,7 +113,6 @@
]
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
"node": ">=10"
}
}