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