From 8bcb55b0921721fdbfd78ec5d7b895644eefcb6b Mon Sep 17 00:00:00 2001 From: Lotus Bot Date: Thu, 21 May 2026 21:14:01 -0400 Subject: [PATCH] style: prettier format ci.yml Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index cfa08a5fd..1b2d7ab3d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version-file: ".node-version" + node-version-file: '.node-version' cache: npm - name: Install dependencies @@ -27,8 +27,8 @@ jobs: - name: Build run: npm run build env: - NODE_OPTIONS: "--max_old_space_size=4096" - SENTRY_AUTH_TOKEN: "" + NODE_OPTIONS: '--max_old_space_size=4096' + SENTRY_AUTH_TOKEN: '' VITE_APP_VERSION: ${{ github.sha }} # ── Quality checks (informational — pre-existing issues exist) ───────