diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee74d74869..afb89f17b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -104,7 +104,7 @@ jobs: - run: npm ci working-directory: ./editors/code - - run: npm audit + - run: npm audit || sleep 10 && npm audit || sleep 30 && npm audit working-directory: ./editors/code - run: npm run lint