mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Fast fix for old version nodejs (#15912)
* Fast fix for old version nodejs
Fixing error
required: { node: '^18.0.0 || >=20.0.0' },
current: { node: 'v16.13.1', npm: '8.5.0' }
* Use node js 18 by default to align with official docs
---------
Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com>
This commit is contained in:
parent
eb96d5d984
commit
7995196cff
@ -87,7 +87,7 @@ ui/src/webpack: $(UI_DIR)/src/node_modules/webpack
|
||||
## True target for ui/src/webpack.
|
||||
$(UI_DIR)/src/node_modules/webpack:
|
||||
@echo "=== Installing webpack ==="
|
||||
@cd $(UI_DIR)/src && npm install webpack
|
||||
@cd $(UI_DIR)/src && n 18 && npm install webpack
|
||||
|
||||
.PHONY: clean/ui
|
||||
## Clean ui
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user