更新 .gitea/workflows/dev.yml
All checks were successful
/ Explore-Gitea-Actions (push) Successful in 23m35s

This commit is contained in:
2025-08-25 16:32:44 +08:00
parent 559bd55153
commit b44fa6ee7f

View File

@@ -9,6 +9,8 @@ jobs:
steps: steps:
- name: 拉取代码仓库 - name: 拉取代码仓库
uses: http://git.missmoc.top/mocheng/checkout@v4 uses: http://git.missmoc.top/mocheng/checkout@v4
with:
fetch-depth: 1 # 只拉取最新的1个提交浅克隆
- name: Set up Node.js - name: Set up Node.js
uses: http://git.missmoc.top/mocheng/setup-node@v3 uses: http://git.missmoc.top/mocheng/setup-node@v3