Skip to content

Commit 6fb0222

Browse files
committed
Address issue #125 releasing the node20 action as major version change
1 parent ede762b commit 6fb0222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ outputs:
2323
description: "The resulting location of msbuild for your inputs"
2424

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-msbuild",
3-
"version": "1.3.2",
3+
"version": "2.0.0",
44
"private": true,
55
"description": "Helps set up specific MSBuild tool into PATH for later usage.",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)