File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This can be removed if you are not using AppServer
22.before_script_template :
33 before_script :
4- - check_if_version_installed=$(. ~/init_nodejs.sh >/dev/null; nvm ls --no-colors 22.14 .0 | tail -1 | tr -d '\->*' | tr -d '[:space:]')
5- - if [[ "$check_if_version_installed" == "N/A" ]]; then . ~/init_nodejs.sh >/dev/null; nvm install 22.14 .0; fi
6- - . ~/init_nodejs.sh >/dev/null; nvm use --delete-prefix 22.14 .0
4+ - check_if_version_installed=$(. ~/init_nodejs.sh >/dev/null; nvm ls --no-colors 24.13 .0 | tail -1 | tr -d '\->*' | tr -d '[:space:]')
5+ - if [[ "$check_if_version_installed" == "N/A" ]]; then . ~/init_nodejs.sh >/dev/null; nvm install 24.13 .0; fi
6+ - . ~/init_nodejs.sh >/dev/null; nvm use --delete-prefix 24.13 .0
77
88Admin UI build :
99 extends : .before_script_template
Original file line number Diff line number Diff line change 11# This can be removed if you are not using AppServer
22.before_script_template :
33 before_script :
4- - check_if_version_installed=$(. ~/init_nodejs.sh >/dev/null; nvm ls --no-colors 22.14 .0 | tail -1 | tr -d '\->*' | tr -d '[:space:]')
5- - if [[ "$check_if_version_installed" == "N/A" ]]; then . ~/init_nodejs.sh >/dev/null; nvm install 22.14 .0; fi
6- - . ~/init_nodejs.sh >/dev/null; nvm use --delete-prefix 22.14 .0
4+ - check_if_version_installed=$(. ~/init_nodejs.sh >/dev/null; nvm ls --no-colors 24.13 .0 | tail -1 | tr -d '\->*' | tr -d '[:space:]')
5+ - if [[ "$check_if_version_installed" == "N/A" ]]; then . ~/init_nodejs.sh >/dev/null; nvm install 24.13 .0; fi
6+ - . ~/init_nodejs.sh >/dev/null; nvm use --delete-prefix 24.13 .0
77
88Front UI build :
99 extends : .before_script_template
You can’t perform that action at this time.
0 commit comments