diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index c408923e..67d03d18 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b51cbad..18b1ebe0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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