actions test8
Frontend CI/CD / build (web-office) (push) Failing after 1s Details

This commit is contained in:
z9130 2024-09-16 12:14:28 +08:00
parent 29c124b990
commit 42e5916732
1 changed files with 4 additions and 4 deletions

View File

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