diff --git a/.gitea/workflows/build-action.yaml b/.gitea/workflows/build-action.yaml index a62ebf3b..fb5c67b2 100644 --- a/.gitea/workflows/build-action.yaml +++ b/.gitea/workflows/build-action.yaml @@ -10,16 +10,16 @@ jobs: project: [web-office] steps: - # Checkout the repository - - name: Checkout repository - uses: https://gitee.com/z9130/actions-checkout.git@v4 - # Set up Node.js environment - name: Set up Node.js uses: https://gitee.com/z9130/actions-setup-node.git@v4 with: node-version: "22" # 确保使用与你项目兼容的 Node.js 版本 + # Checkout the repository + - name: Checkout repository + uses: https://gitee.com/z9130/actions-checkout.git@v4 + # Install pnpm - name: Install pnpm run: npm install -g pnpm