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 0a537d9 commit 3286efaCopy full SHA for 3286efa
2 files changed
.github/workflows/npmjs-release.yml
@@ -272,6 +272,7 @@ jobs:
272
targets: EricCrosson/retry@v1.4.8:sha256-d207746ff0eda67c706df25e88c02520f0cf3172279eb8eec8224fb0d3558911
273
274
- name: Run yarn audit
275
+ continue-on-error: true
276
run: retry --up-to 2x --every 3s -- yarn run audit-high --retry-on-network-failure
277
278
- name: Run dependency check
.github/workflows/publish.yml
@@ -42,6 +42,7 @@ jobs:
42
43
44
- name: Audit Dependencies
45
46
run: retry --up-to 2x --every 3s -- yarn run improved-yarn-audit --min-severity high --retry-on-network-failure
47
48
- name: Set Environment Variable for Alpha
0 commit comments