From afba9726d1ef79c425f957613a02af73403290fa Mon Sep 17 00:00:00 2001 From: MickLesk Date: Fri, 17 Jul 2026 14:19:46 +0200 Subject: [PATCH] bump 0.27 and yarn --- ct/affine.sh | 4 ++-- install/affine-install.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/affine.sh b/ct/affine.sh index ce9f23c6d..a5f4769c2 100644 --- a/ct/affine.sh +++ b/ct/affine.sh @@ -30,7 +30,7 @@ function update_script() { exit fi - RELEASE="v0.26.3" + RELEASE="v0.27.0" if check_for_gh_release "affine_app" "toeverything/AFFiNE" "${RELEASE}" "each release is tested individually before the version is updated. Please do not open issues for this"; then msg_info "Stopping Services" systemctl stop affine-web affine-worker @@ -67,7 +67,7 @@ function update_script() { TURBO $STD corepack enable - $STD corepack prepare yarn@4.12.0 --activate + $STD corepack prepare yarn@4.13.0 --activate $STD yarn config set enableTelemetry 0 export NODE_OPTIONS="--max-old-space-size=2048" diff --git a/install/affine-install.sh b/install/affine-install.sh index ed49b2c6c..50144d4e0 100644 --- a/install/affine-install.sh +++ b/install/affine-install.sh @@ -31,7 +31,7 @@ PG_DB_NAME="affine" PG_DB_USER="affine" setup_postgresql_db NODE_VERSION="22" setup_nodejs setup_rust -fetch_and_deploy_gh_release "affine_app" "toeverything/AFFiNE" "tarball" "v0.26.3" "/opt/affine" +fetch_and_deploy_gh_release "affine_app" "toeverything/AFFiNE" "tarball" "v0.27.0" "/opt/affine" msg_info "Setting up Directories" rm -rf /root/.affine @@ -73,7 +73,7 @@ cat </opt/affine/.turbo/config.json } TURBO $STD corepack enable -$STD corepack prepare yarn@4.12.0 --activate +$STD corepack prepare yarn@4.13.0 --activate $STD yarn config set enableTelemetry 0 export NODE_OPTIONS="--max-old-space-size=4096" export TSC_COMPILE_ON_ERROR=true