Skip to content

Commit

Permalink
Merge pull request #90 from microsoft/v1.1.2
Browse files Browse the repository at this point in the history
V1.1.2
  • Loading branch information
timheuer committed Oct 11, 2022
2 parents fbf0ccc + d6496d3 commit a1c1eda
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -23,5 +23,5 @@ outputs:
description: 'The resulting location of msbuild for your inputs'

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
24 changes: 22 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "setup-msbuild",
"version": "1.1.0",
"version": "1.1.2",
"private": true,
"description": "Helps set up specific MSBuild tool into PATH for later usage.",
"main": "lib/main.js",
Expand Down

0 comments on commit a1c1eda

Please sign in to comment.