Check node version before build or install

This commit is contained in:
Jake McDermott 2020-07-20 09:13:43 -04:00
parent f0aec0d444
commit 2992a5f5a4
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
engine-strict = true

View File

@ -2,6 +2,9 @@
"name": "ui_next",
"version": "0.1.0",
"private": true,
"engines": {
"node": "10.x"
},
"dependencies": {
"@lingui/react": "^2.9.1",
"@patternfly/patternfly": "^4.10.31",