diff --git a/.gitea/workflows/build-action.yaml b/.gitea/workflows/build-action.yaml index 60403ed8..6c51c61e 100644 --- a/.gitea/workflows/build-action.yaml +++ b/.gitea/workflows/build-action.yaml @@ -10,12 +10,12 @@ jobs: matrix: project: [web-office] - steps: - # Set up Node.js environment - - name: Set up Node.js - uses: https://gitee.com/z9130/actions-setup-node.git@v3 - with: - node-version: "22" # 确保使用与你项目兼容的 Node.js 版本 + # steps: + # # Set up Node.js environment + # - name: Set up Node.js + # uses: https://gitee.com/z9130/actions-setup-node.git@v3 + # with: + # node-version: "22" # 确保使用与你项目兼容的 Node.js 版本 # Checkout the repository - name: Checkout repository