This commit is contained in:
liubocheng 2025-03-26 11:56:28 +08:00
parent d983ed3d95
commit 08f7698f6e
1 changed files with 0 additions and 5 deletions

View File

@ -8,11 +8,6 @@ jobs:
timeout-minutes: 20 # 延长超时时间[1](@ref)
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x # 指定 Node.js 版本
- name: Checkout code
uses: actions/checkout@v4
with: