mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-04-05 08:54:03 -04:00
upgrade to node24
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"name": "Baserow",
|
||||
"slug": "baserow",
|
||||
"categories": [8],
|
||||
"categories": [
|
||||
8
|
||||
],
|
||||
"date_created": "2026-03-25",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"name": "LabCA",
|
||||
"slug": "labca",
|
||||
"categories": [6],
|
||||
"categories": [
|
||||
6
|
||||
],
|
||||
"date_created": "2026-03-25",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"name": "LobeHub",
|
||||
"slug": "lobehub",
|
||||
"categories": [20],
|
||||
"categories": [
|
||||
20
|
||||
],
|
||||
"date_created": "2026-03-25",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
|
||||
Reference in New Issue
Block a user