fix: move to node24

feat: enhance MSBuild setup summary in workflow 🛠️
- Added matrix strategy for multiple runners
- Improved summary output for MSBuild paths and architecture
This commit is contained in:
Tim Heuer
2026-03-12 10:55:15 -07:00
parent 767f00a3f0
commit 4031508ab2
6 changed files with 3228 additions and 3202 deletions

View File

@@ -23,5 +23,5 @@ outputs:
description: "The resulting location of msbuild for your inputs"
runs:
using: "node20"
using: "node24"
main: "dist/index.js"