diff --git a/install/baserow-install.sh b/install/baserow-install.sh index 3e9749f9..ae201365 100644 --- a/install/baserow-install.sh +++ b/install/baserow-install.sh @@ -30,9 +30,9 @@ $STD apt install -y \ python3-dev msg_ok "Installed Dependencies" -PG_VERSION="15" PG_MODULES="pgvector" setup_postgresql +PG_VERSION="16" PG_MODULES="pgvector" setup_postgresql PG_DB_NAME="baserow" PG_DB_USER="baserow" setup_postgresql_db -NODE_VERSION="22" setup_nodejs +NODE_VERSION="24" setup_nodejs setup_uv fetch_and_deploy_gh_release "baserow" "baserow/baserow" "tarball" diff --git a/json/baserow.json b/json/baserow.json index f41c8c49..a04d8ca2 100644 --- a/json/baserow.json +++ b/json/baserow.json @@ -1,7 +1,9 @@ { "name": "Baserow", "slug": "baserow", - "categories": [8], + "categories": [ + 8 + ], "date_created": "2026-03-25", "type": "ct", "updateable": true, diff --git a/json/labca.json b/json/labca.json index 09b6ad31..2738200c 100644 --- a/json/labca.json +++ b/json/labca.json @@ -1,7 +1,9 @@ { "name": "LabCA", "slug": "labca", - "categories": [6], + "categories": [ + 6 + ], "date_created": "2026-03-25", "type": "ct", "updateable": true, diff --git a/json/lobehub.json b/json/lobehub.json index f32caf96..69ac137a 100644 --- a/json/lobehub.json +++ b/json/lobehub.json @@ -1,7 +1,9 @@ { "name": "LobeHub", "slug": "lobehub", - "categories": [20], + "categories": [ + 20 + ], "date_created": "2026-03-25", "type": "ct", "updateable": true,