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
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 1 additions and 1 deletions

View File

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