From f81e3a90fd960cfaa2854e16f54b6b5cd08e5011 Mon Sep 17 00:00:00 2001 From: test Date: Sun, 18 May 2025 12:21:42 +0800 Subject: [PATCH] update --- .workflow/fetch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 8df6761..5998ad1 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -25,9 +25,10 @@ stages: strategy: retry: '0' timeout: 4 - - step: + - step: build@nodejs name: push_repo displayName: push_repo + nodeVersion: 21.5.0 commands: - '# actions提交' - git config user.name "Gitee Actions"