Enforce node 12

This commit is contained in:
Paul Chavard 2020-01-30 11:49:52 +01:00
parent a86129c3a1
commit 82014e4e21

View file

@ -53,6 +53,6 @@
"webpack:build": "NODE_ENV=production bin/webpack"
},
"engines": {
"node": "8.* || >= 10.*"
"node": ">= 12.*"
}
}