aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-28 21:00:21 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-28 21:00:21 +0100
commita0e2eedeedd84174ddfbfd9a47caf797c7f1d021 (patch)
treee912f16c368307d8619d9bb665ca1b22004f859b /.github
parentNew Crowdin updates (#2358) (diff)
downloadferdium-app-a0e2eedeedd84174ddfbfd9a47caf797c7f1d021.tar.gz
ferdium-app-a0e2eedeedd84174ddfbfd9a47caf797c7f1d021.tar.zst
ferdium-app-a0e2eedeedd84174ddfbfd9a47caf797c7f1d021.zip
Increase retry max_attempts for npm i on windows
Diffstat (limited to '.github')
-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 18aac81f8..6a3099d98 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -332,7 +332,7 @@ jobs:
332 with: 332 with:
333 command: npm i 333 command: npm i
334 timeout_minutes: 15 334 timeout_minutes: 15
335 max_attempts: 3 335 max_attempts: 6
336 retry_on: error 336 retry_on: error
337 - name: Package recipes 337 - name: Package recipes
338 run: pnpm i && pnpm run package 338 run: pnpm i && pnpm run package