FVTT: update default Node.js version (#384)

This commit is contained in:
Greelan 2023-06-01 13:45:32 +10:00 committed by GitHub
parent 721bb1e031
commit ad7da585c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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":{}
},
{