From b628e0b38bf50e1255ba64946315758327708a98 Mon Sep 17 00:00:00 2001 From: henry yo Date: Fri, 26 Jun 2026 00:01:26 +0800 Subject: [PATCH] fix: change config --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d7991c2..93dc215 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,7 +7,7 @@ on: jobs: build-and-deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout Code uses: actions/checkout@v3 @@ -15,7 +15,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18 # 🎯 對齊你的 Node 版本 + node-version: 22 # 🎯 對齊你的 Node 版本 - name: Install Dependencies run: npm install