FVTT: update default Node.js version (#384)
This commit is contained in:
parent
721bb1e031
commit
ad7da585c4
@ -29,15 +29,15 @@
|
||||
{
|
||||
"DisplayName":"Node.js Version",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Sets the [Node.js release version](https://nodejs.org/download/release/) to install to run the server. Minimum v14.x required. NOTE: Specify a numbered version like v14.21.3, rather than any \"latest\" version",
|
||||
"Description":"Sets the [Node.js release version](https://nodejs.org/download/release/) to install to run the server. Minimum v16.x required. NOTE: Specify a numbered version like v18.16.0, rather than any \"latest\" version",
|
||||
"Keywords":"node,nodejs,version",
|
||||
"FieldName":"NodeVersion",
|
||||
"InputType":"text",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"NodeVersion",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"v14.21.3",
|
||||
"Placeholder":"v14.21.3",
|
||||
"DefaultValue":"v18.16.0",
|
||||
"Placeholder":"v18.16.0",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user