#49096: ci: use clang problem matcher with nan spec runner
Merged
Description of Change
Since script/nan-spec-runner.js does compilation, let's use the clang problem matcher here as well so that we get error annotations if compilation fails.
Checklist
- PR description included and stakeholders cc'd
Release Notes
Notes: none
Backports
40-x-y
MergedPR Number
#49098Merged At
Nov 27, 2025, 4:14:11 AM
Released In
v40.0.0-beta.1Release Date
Dec 1, 2025, 6:18:54 PM
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron