doc: mention how to run ncu-ci citgm

PR-URL: https://github.com/nodejs/node/pull/46090
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
pull/46122/head
Rafael Gonzaga 2023-01-06 18:21:51 +00:00 committed by GitHub
parent fd71d1a016
commit e2fb7b813c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -537,6 +537,13 @@ purpose. Run it once with the base `vx.x` branch as a reference and with the
proposal branch to check if new regressions could be introduced in the
ecosystem.
Use `ncu-ci` to compare `vx.x` run (10) and proposal branch (11)
```console
$ npm i -g node-core-utils
$ ncu-ci citgm 10 11
```
<details>
<summary>Security release</summary>