Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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