chore: retry 3 min

This commit is contained in:
lisonge 2023-09-22 20:09:36 +08:00
parent 8559128f61
commit 35530f9fe8
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: download node
uses: nick-fields/retry@v2
with:
timeout_minutes: 10
timeout_minutes: 3
max_attempts: 3
command: node -v

View File

@ -19,7 +19,7 @@ jobs:
- name: download node
uses: nick-fields/retry@v2
with:
timeout_minutes: 10
timeout_minutes: 3
max_attempts: 3
command: node -v