This release addresses issue #1886 with GitHub Actions improvements and does a bit of old code cleanup around the reactHandler
GitHub Actions (#1886):
- Parallelize E2E tests with builds (~40% faster CI/CD)
- Pin all actions to commit SHAs (prevent supply chain attacks)
- Update actions to latest versions (avoid Node.js 16 deprecation)
Version 2.6.5:
- Update Electron to 37.7.1 (security patches, staying on v37.x)
- Update dependencies to latest compatible versions
- Remove ~70 lines of debug/test code from reactHandler.js
What's Changed
- ci: improve GitHub Actions workflows for security and performance by @IsmaelMartinez in #1899
Resolves #1886
Full Changelog: v2.6.4...v2.6.5