package.json: Specify supported node versions (#2555)

This commit is contained in:
Tang Rufus
2020-11-10 01:12:49 +00:00
committed by GitHub
parent 36937b4cea
commit f70de3d052

View File

@@ -3,6 +3,9 @@
"browserslist": [
"extends @wordpress/browserslist-config"
],
"engines" : {
"node" : ">=12.0.0"
},
"scripts": {
"build": "cross-env NODE_ENV=development run-s mix",
"build:production": "cross-env NODE_ENV=production run-s clean mix",