[ACS-6370] switch js-api builds to original node.js (#9114)

* switch js-api builds to original node.js

* [ci:force] cleanup ts configs

* [ci:force] remove temp hotfix for js-api

* remove dead code
This commit is contained in:
Denys Vuika
2023-11-27 09:54:24 +00:00
committed by GitHub
parent dbe3a7c7db
commit 3677bfb78e
19 changed files with 395 additions and 82 deletions

View File

@@ -92,15 +92,9 @@ update_dependencies() {
for PROJECT in ${projects[@]}
do
if [[ $PROJECT == "js-api" ]]; then
if [[ $1 == "cli" ]]; then
echo "├─ hotfix: Pinning CLI to 7.2.0"
PROJECT="@alfresco\/$PROJECT"
update_dependency_version $PROJECT "7.2.0"
else
PROJECT="@alfresco\/$PROJECT"
echo "├─ $PROJECT@$JS_API_VERSION"
update_dependency_version $PROJECT $JS_API_VERSION
fi
PROJECT="@alfresco\/$PROJECT"
echo "├─ $PROJECT@$JS_API_VERSION"
update_dependency_version $PROJECT $JS_API_VERSION
else
PROJECT="@alfresco\/adf-$PROJECT"
echo "├─ $PROJECT@$VERSION"