Skip to content

Commit ececd80

Browse files
marco-ippolitoaduh95
authored andcommitted
doc: document the latest-vX.x schema
Signed-off-by: Marco Ippolito <marcoippolito54@gmail.com> PR-URL: #63033 Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 27c1c1d commit ececd80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/api/cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,8 @@ added: v23.10.0
974974
If present, Node.js will look for a configuration file at the specified path.
975975
Node.js will read the configuration file and apply the settings. The
976976
configuration file should be a JSON file with the following structure. `vX.Y.Z`
977-
in the `$schema` must be replaced with the version of Node.js you are using.
977+
in the `$schema` must be replaced with the version of Node.js you are using or
978+
`latest-vX.x` for the latest version of that major release line.
978979

979980
```json
980981
{

0 commit comments

Comments
 (0)