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 5b9040b commit cf6d034Copy full SHA for cf6d034
.github/workflows/test.yaml
@@ -82,7 +82,7 @@ jobs:
82
# This ensures only one test job runs at a time (across all workflows)
83
# If this workflow is billed by the elapsed time, this will add a lot to this cost
84
- name: Turnstyle
85
- uses: softprops/turnstyle@v1
+ uses: softprops/turnstyle@v2
86
with:
87
abort-after-seconds: 600
88
env:
@@ -151,7 +151,7 @@ jobs:
151
- name: Disable strict SSL
152
run: npm config set strict-ssl=false
153
154
155
156
157
0 commit comments