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
π§ Modernize CI/CD workflow with optimized settings
Modernize CI/CD workflow with optimized settings
Gave our CI/CD pipeline a much-needed refresh with these improvements:
- Upgrade actions/checkout (v2 β v4) and setup-node (v2 β v4)
- Switch to Node 20 LTS for better stability
- Replace manual caching with setup-node's built-in npm cache
- Add environment variables for cleaner configuration
- Set artifact retention period to 7 days
- Simplify release process with softprops/action-gh-release
- Add auto-generated release notes
- Make analyze job run in parallel with build
- Add explicit permissions config for security
These changes make our pipeline faster, more maintainable, and
future-proof! π
0 commit comments