更新 .gitea/workflows/build-action.yaml

This commit is contained in:
z9130 2024-09-16 14:05:04 +08:00
parent 34185a4a04
commit 40c6c2efdc
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ jobs:
matrix:
project: [web-office]
steps:
# steps:
# # Set up Node.js environment
# - name: Set up Node.js
# uses: https://gitee.com/z9130/actions-setup-node.git@v3
@ -18,8 +18,8 @@ jobs:
# node-version: "22" # 确保使用与你项目兼容的 Node.js 版本
# Checkout the repository
- name: Checkout repository
uses: https://gitee.com/z9130/actions-checkout.git@v4
# - name: Checkout repository
# uses: https://gitee.com/z9130/actions-checkout.git@v4
# Install pnpm
- name: Install pnpm