diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e7745c6cd0a..58c8f083a5f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -126,8 +126,8 @@ jobs: - run: npm ci working-directory: ./editors/code - # - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; } - # working-directory: ./editors/code + - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; } + working-directory: ./editors/code - run: npm run lint working-directory: ./editors/code