mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -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:
commit
b36c5d9209
@ -0,0 +1 @@
|
||||
engine-strict = true
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user