We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9d963 commit 41253caCopy full SHA for 41253ca
1 file changed
.github/workflows/ci-build.yml
@@ -64,12 +64,10 @@ jobs:
64
run: npm run lint
65
- name: Run tests (Node 18/20)
66
if: matrix.node-version != '22.x' && matrix.node-version != '24.x'
67
- shell: bash
68
# Node 18 lacks --test-reporter; Node 20 has coverage bugs. Use simpler script.
69
run: npm run test:node18 --workspaces --if-present
70
- name: Run tests (Node 22+)
71
if: matrix.node-version == '22.x' || matrix.node-version == '24.x'
72
73
run: npm test
74
- name: Upload code coverage
75
if: matrix.node-version == '24.x' && matrix.os == 'ubuntu-latest'
0 commit comments