We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb096bb commit f2e245eCopy full SHA for f2e245e
1 file changed
.github/workflows/ci.yml
@@ -63,7 +63,6 @@ jobs:
63
runs-on: ['ubuntu-latest', 'windows-latest', 'macos-latest']
64
uses: ./.github/workflows/nodejs.yml
65
with:
66
- # Enable coverage on Node.js 24 and 25 (was previously disabled for 25 due to https://github.com/nodejs/node/issues/61971)
67
codecov: ${{ (matrix.node-version == '24' || matrix.node-version == '25') && matrix.runs-on == 'ubuntu-latest' }}
68
node-version: ${{ matrix.node-version }}
69
runs-on: ${{ matrix.runs-on }}
0 commit comments