mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Check node version before build or install
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