mirror of https://github.com/nodejs/node.git
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
parent
fd71d1a016
commit
e2fb7b813c
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue