Skip to content

Commit bef550a

Browse files
saitonakamuradanielleadams
authored andcommitted
doc: add Powershell oneliner to get Windows version
Co-authored-by: Michaël Zasso <targos@protonmail.com> PR-URL: #30289 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 2649c38 commit bef550a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repo. https://github.com/nodejs/help
1515
Please fill in as much of the template below as you're able.
1616
1717
Version: output of `node -v`
18-
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
18+
Platform: output of `uname -a` (UNIX), or output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` in PowerShell console (Windows)
1919
Subsystem: if known, please specify affected core module name
2020
-->
2121

0 commit comments

Comments
 (0)