Skip to content

Commit ede762b

Browse files
committed
Reverting to node16 for compat in 1.x versions
1 parent 0310903 commit ede762b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

action.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
name: 'setup-msbuild'
2-
description: 'Helps set up MSBuild into PATH for later usage.'
3-
author: 'Microsoft'
1+
name: "setup-msbuild"
2+
description: "Helps set up MSBuild into PATH for later usage."
3+
author: "Microsoft"
44
branding:
55
color: purple
66
icon: terminal
77
inputs:
88
vswhere-path:
99
required: false
10-
description: 'Folder location of where vswhere.exe is located if a self-hosted agent'
10+
description: "Folder location of where vswhere.exe is located if a self-hosted agent"
1111
vs-version:
12-
description: 'Version of Visual Studio to search; defaults to latest if not specified'
12+
description: "Version of Visual Studio to search; defaults to latest if not specified"
1313
required: false
1414
vs-prerelease:
15-
description: 'Enable searching for pre-release versions of Visual Studio/MSBuild'
15+
description: "Enable searching for pre-release versions of Visual Studio/MSBuild"
1616
required: false
1717
msbuild-architecture:
1818
description: 'The preferred processor architecture of MSBuild. Can be either "x86", "x64", or "arm64". "x64" is only available from Visual Studio version 17.0 and later.'
1919
required: false
20-
default: 'x86'
20+
default: "x86"
2121
outputs:
2222
msbuildPath:
23-
description: 'The resulting location of msbuild for your inputs'
23+
description: "The resulting location of msbuild for your inputs"
2424

2525
runs:
26-
using: 'node20'
27-
main: 'dist/index.js'
26+
using: "node16"
27+
main: "dist/index.js"

0 commit comments

Comments
 (0)