upgrade to node24

This commit is contained in:
CanbiZ (MickLesk)
2026-03-26 07:56:40 +01:00
parent b93120a5b2
commit 12623452a7
4 changed files with 11 additions and 5 deletions

View File

@@ -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"

View File

@@ -1,7 +1,9 @@
{
"name": "Baserow",
"slug": "baserow",
"categories": [8],
"categories": [
8
],
"date_created": "2026-03-25",
"type": "ct",
"updateable": true,

View File

@@ -1,7 +1,9 @@
{
"name": "LabCA",
"slug": "labca",
"categories": [6],
"categories": [
6
],
"date_created": "2026-03-25",
"type": "ct",
"updateable": true,

View File

@@ -1,7 +1,9 @@
{
"name": "LobeHub",
"slug": "lobehub",
"categories": [20],
"categories": [
20
],
"date_created": "2026-03-25",
"type": "ct",
"updateable": true,