coding
DevOps & CI/CD
advanced
CI CD Pipeline GitHub Actions Node.js Application
Create a complete GitHub Actions CI/CD pipeline for a Node.js application. The pipeline should: 1) Run on push to main and pull requests, 2) Use Node.js matrix testing (versions 18, 20, 22), 3) Install dependencies with …
💡 Use concurrency groups to cancel in-progress runs on the same branch. Cache node_modules with action…
👁 4 views
Open prompt →