diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21d36aa6c6..106aef8b97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,10 @@ jobs: - run: node version-check.js - run: npm ci - run: npm test + if: matrix.node != '25' + - name: Run tests without coverage (Node 25 - c8/yargs workaround) + run: node --test --test-reporter=spec --import tsx src/*_test.ts + if: matrix.node == '25' - run: npm run lint - run: npm audit --audit-level=critical - run: npm run build-with-tests && npm run test-transpiled