mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
Check node version before build or install
This commit is contained in:
parent
f0aec0d444
commit
2992a5f5a4
@ -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