We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b3b8c commit 0e60582Copy full SHA for 0e60582
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
run: pnpm build # will also check types
54
55
- name: Run Tests
56
- uses: nick-fields/retry@v2
+ uses: nick-fields/retry@v3
57
with:
58
timeout_minutes: 10
59
max_attempts: 3
@@ -81,7 +81,7 @@ jobs:
81
run: pnpm i
82
83
84
85
86
87
@@ -106,7 +106,7 @@ jobs:
106
107
108
109
110
111
112
0 commit comments