You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: enhance CI pipeline with comprehensive testing and build verification
- Add push trigger for main/master branches
- Split workflow into separate lint, test, and build jobs
- Add matrix testing for Node.js versions 18, 20, and 22
- Implement test coverage reporting with Codecov integration
- Add build artifact validation and upload
- Use frozen lockfile for consistent dependency installation
- Add proper permissions for PR comments
This improves CI reliability by testing across multiple Node versions and
ensures build outputs are properly validated before merging.
0 commit comments