diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7cb89834e2..bf56ac6105 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,7 +97,7 @@ jobs: typescript: name: TypeScript - runs-on: ubuntu-latest + runs-on: windows-latest steps: - name: Checkout repository uses: actions/checkout@v2 @@ -110,7 +110,7 @@ jobs: - run: npm ci working-directory: ./editors/code - - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; } + - run: npm audit # || { sleep 10 && npm audit; } || { sleep 30 && npm audit; } working-directory: ./editors/code - run: npm run lint