Automating Node.js Builds with Azure DevOps Pipelines
Challenge: Part 1 Continuous integration
Set up a new repository and CI pipeline using any code version provider The CI steps should be created. The pipeline should run the following steps:
Install dependencies npm install
Linter (ESLint) npm run l...
joaochiroli.com.br2 min read