mirror of
https://github.com/cupcakearmy/occulto.git
synced 2024-11-01 06:04:17 +01:00
require node 10 or higher
This commit is contained in:
parent
1edd4087ff
commit
4ffbd21c63
@ -12,4 +12,4 @@ module.exports = {
|
||||
}
|
||||
|
||||
// Require node 11
|
||||
if(parseInt(process.versions.node.split('.')[0]) < 11) throw new Error('Node 11 or higher is required')
|
||||
if(parseInt(process.versions.node.split('.')[0]) < 10) throw new Error('Node 10 or higher is required')
|
Loading…
Reference in New Issue
Block a user