From 8a39fada96d85697b0508c6c1131a13a2103fd79 Mon Sep 17 00:00:00 2001 From: Sreekanth S <138750454+sreekanthibm@users.noreply.github.com> Date: Wed, 27 Aug 2025 21:51:02 +0530 Subject: [PATCH] Reduced the timeout and removed npm log --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 63ef55b..9431bc0 100644 --- a/action.yml +++ b/action.yml @@ -19,10 +19,10 @@ runs: # retry due to occasional npm failure uses: nick-fields/retry@v3 with: - timeout_seconds: 120 + timeout_seconds: 60 max_attempts: 3 retry_wait_seconds: 2 shell: bash - command: npm install --location=global stepzen@${{ inputs.version }} --verbose + command: npm install --location=global stepzen@${{ inputs.version }} - run: stepzen version shell: bash