dev:修改工作流

This commit is contained in:
liubocheng 2025-03-26 09:20:45 +08:00
parent aeb17234a0
commit 9a065983cc
1 changed files with 5 additions and 0 deletions

View File

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