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