mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Bump node to LTS version
Bump node to LTS version
This commit is contained in:
2
Makefile
2
Makefile
@@ -366,7 +366,7 @@ clean-ui:
|
||||
rm -rf $(UI_BUILD_FLAG_FILE)
|
||||
|
||||
awx/ui/node_modules:
|
||||
NODE_OPTIONS=--max-old-space-size=4096 $(NPM_BIN) --prefix awx/ui --loglevel warn ci
|
||||
NODE_OPTIONS=--max-old-space-size=6144 $(NPM_BIN) --prefix awx/ui --loglevel warn ci
|
||||
|
||||
$(UI_BUILD_FLAG_FILE): awx/ui/node_modules
|
||||
$(PYTHON) tools/scripts/compilemessages.py
|
||||
|
||||
Reference in New Issue
Block a user