mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
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:
@@ -0,0 +1 @@
|
|||||||
|
engine-strict = true
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
"name": "ui_next",
|
"name": "ui_next",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"engines": {
|
||||||
|
"node": "10.x"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lingui/react": "^2.9.1",
|
"@lingui/react": "^2.9.1",
|
||||||
"@patternfly/patternfly": "^4.10.31",
|
"@patternfly/patternfly": "^4.10.31",
|
||||||
|
|||||||
Reference in New Issue
Block a user