Skip to content

Commit a121470

Browse files
committed
fix: dropped node v10
1 parent 1e45e2b commit a121470

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- '10'
43
- '12'
54
services:
65
- mongodb

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"xo": "^0.33.0"
5959
},
6060
"engines": {
61-
"node": ">=10"
61+
"node": ">=12.11.0"
6262
},
6363
"homepage": "https://github.com/ladjs/lad",
6464
"husky": {

0 commit comments

Comments
 (0)