You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meshcentral.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1431,7 +1431,7 @@ function CreateMeshCentralServer(config, args) {
1431
1431
vari;
1432
1432
1433
1433
// Add NodeJS version warning if needed
1434
-
if(Number(process.version.match(/^v(\d+\.\d+)/)[1])<16){addServerWarning("MeshCentral will require Node v16 or above in the future, your current version is "+process.version+".");}
1434
+
if(Number(process.version.match(/^v(\d+\.\d+)/)[1])<20){addServerWarning("MeshCentral will require Node v20 or above in the future, your current version is "+process.version+".");}
0 commit comments