diff --git a/action.yml b/action.yml index b20fad3c..bf4cda09 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: vsversion: description: The Visual Studio version to use. This can be the version number (e.g. 16.0 for 2019) or the year (e.g. "2019"). runs: - using: node20 + using: node24 main: index.js branding: icon: terminal