Skip to content

Commit

Permalink
Address issue #125 releasing the node20 action as major version change
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Jan 31, 2024
1 parent ede762b commit 6fb0222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ outputs:
description: "The resulting location of msbuild for your inputs"

runs:
using: "node16"
using: "node20"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-msbuild",
"version": "1.3.2",
"version": "2.0.0",
"private": true,
"description": "Helps set up specific MSBuild tool into PATH for later usage.",
"main": "lib/main.js",
Expand Down

1 comment on commit 6fb0222

@Florin9doi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.