GitLab CI/CD Pipeline for Node.js ๐ Implemented a GitLab CI/CD pipeline to automate building, testing, and deploying my Node.js application.
๐น Pipeline Stages: โ Install โ Installs dependencies (npm install) โ Test โ Runs automated tests (npm test) โ Deploy โ Starts the application (server.js)