Bitbucket Pipelines for your Angular 6 apps

The default build definition from the Bitbucket pipelines uses one of the official Node.js Docker images on Docker Hub. If you are building Angular apps with the CLI, these images will not work for you. We need a little bit more than the node.js 6.9.4 (at the time of this writing), so let’s make a small list: node.js > 8.9
Read more