aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2022-01-01 17:18:12 +0100
committerLibravatar kytwb <kytwb@pm.me>2022-01-01 17:18:12 +0100
commit82f391e245220ba06a56485263f0bdc11a29d496 (patch)
treebdf8ac76bb32f48a7c7e4efdf3248fa78c449d46 /.github/workflows
parent5.6.7-nightly.0 [skip ci] (diff)
downloadferdium-app-82f391e245220ba06a56485263f0bdc11a29d496.tar.gz
ferdium-app-82f391e245220ba06a56485263f0bdc11a29d496.tar.zst
ferdium-app-82f391e245220ba06a56485263f0bdc11a29d496.zip
Revert "Increase retry max_attempts for npm i on windows"
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index c1f776821..0a535376c 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -314,7 +314,7 @@ jobs:
314 with: 314 with:
315 command: npm i 315 command: npm i
316 timeout_minutes: 15 316 timeout_minutes: 15
317 max_attempts: 6 317 max_attempts: 3
318 retry_on: error 318 retry_on: error
319 - name: Package recipes 319 - name: Package recipes
320 run: pnpm i && pnpm run package 320 run: pnpm i && pnpm run package