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.
The Node template features a job `node-outdated` that performs [npm outdated](https://docs.npmjs.com/cli/outdated) to find dependencies that might be updated.
By default `npm outdated` provide a long json report. For readability, `npm-outdated-html` is used to generate an HTML report.
Add the package as a development dependency:
```shell
npm install--save-dev npm-outdated-html
```
It is bound to the `test` stage. By default `npm outdated` provide a long json report.