diff options
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee74d7486..afb89f17b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -104,7 +104,7 @@ jobs: | |||
104 | - run: npm ci | 104 | - run: npm ci |
105 | working-directory: ./editors/code | 105 | working-directory: ./editors/code |
106 | 106 | ||
107 | - run: npm audit | 107 | - run: npm audit || sleep 10 && npm audit || sleep 30 && npm audit |
108 | working-directory: ./editors/code | 108 | working-directory: ./editors/code |
109 | 109 | ||
110 | - run: npm run lint | 110 | - run: npm run lint |