← Back to packages
github-actions-ci
planSet up GitHub Actions CI/CD pipeline with testing, linting, and deployment
planmode install github-actions-ci Content
# GitHub Actions CI/CD 1. Create .github/workflows/ci.yml 2. Configure Node.js matrix (18, 20, 22) 3. Add lint, typecheck, and test steps 4. Set up caching for node_modules 5. Add deployment step for main branch 6. Configure branch protection rules