Bump Node.js req to 12+

This commit is contained in:
Bryan Ashby
2019-11-19 21:32:21 -07:00
parent 57358b0f2c
commit 998df3386a

View File

@@ -60,6 +60,6 @@
},
"devDependencies": {},
"engines": {
"node": ">=8"
"node": ">=12"
}
}