GitHub Actions — Getting Started With Node.js
GitHub Actions is a new product in the GitHub family. GitHub Actions offers a configuration-centric approach to run tasks, like a CI/CD pipeline, on defined events like tagging a new release. GitHub Actions open a whole new world for developers to automate tasks. The product is built on Docker …
Continue Reading