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

This commit is contained in:
z9130 2024-09-16 14:01:53 +08:00
parent 3d09839330
commit a09298954b
1 changed files with 6 additions and 6 deletions

View File

@ -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