Merge pull request #7652 from jakemcdermott/fix-7651

Check for required node version before build or install

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-07-20 19:54:21 +00:00
committed by GitHub
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",