Enforce node 12
This commit is contained in:
parent
a86129c3a1
commit
82014e4e21
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,6 @@
|
||||||
"webpack:build": "NODE_ENV=production bin/webpack"
|
"webpack:build": "NODE_ENV=production bin/webpack"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "8.* || >= 10.*"
|
"node": ">= 12.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue