We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896e71e commit 5410cc6Copy full SHA for 5410cc6
common.js
@@ -281,7 +281,7 @@ export function getOSNameVersionArch() {
281
282
function findWindowsVersion() {
283
const version = os.version()
284
- const match = version.match(/^Windows(?: Server)? (\d+) (?:Datacenter|Enterprise)/)
+ const match = version.match(/^Windows(?: Server)? (\d+) (?:Standard|Datacenter|Enterprise)(?: Evaluation)?/)
285
if (match) {
286
return match[1]
287
} else {
0 commit comments