更新 .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: matrix:
project: [web-office] project: [web-office]
steps: # steps:
# Set up Node.js environment # # Set up Node.js environment
- name: Set up Node.js # - name: Set up Node.js
uses: https://gitee.com/z9130/actions-setup-node.git@v3 # uses: https://gitee.com/z9130/actions-setup-node.git@v3
with: # with:
node-version: "22" # 确保使用与你项目兼容的 Node.js 版本 # node-version: "22" # 确保使用与你项目兼容的 Node.js 版本
# Checkout the repository # Checkout the repository
- name: Checkout repository - name: Checkout repository