Source: GitSniff review on PR #16 (info)
The Codecov upload step previously had if: matrix.node-version == '22.x' which is now redundant since the matrix strategy was removed in favor of env.NODE_VERSION. The condition was already removed but this issue tracks confirming it stays clean.
Files: .github/workflows/ci.yml
Source: GitSniff review on PR #16 (info)
The Codecov upload step previously had
if: matrix.node-version == '22.x'which is now redundant since the matrix strategy was removed in favor ofenv.NODE_VERSION. The condition was already removed but this issue tracks confirming it stays clean.Files:
.github/workflows/ci.yml