The Node template features a job `node-npm-outdated` that performs [npm outdated](https://docs.npmjs.com/cli/outdated) to find dependencies that might be updated.
It is bound to the `test` stage.
By default `npm outdated` provide a long json report. For readability, `npm-outdated-html` is used to generate an HTML report.