diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 709732c4..3510f6f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,11 +20,17 @@ jobs: node-version: ${{ matrix.node }} - run: npm ci --omit=dev - run: npm ci - - run: npm run test:types - - run: npm run test:lint - if: matrix.os != 'windows-latest' - run: npm run test:unit + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + - run: npm ci + - run: npm run test:types + - run: npm run lint + test-locales: runs-on: ubuntu-latest strategy: