From fe7a075fb224e8557941ec7e7129d21e2c5d84e7 Mon Sep 17 00:00:00 2001 From: Sergei Korolev Date: Fri, 17 Oct 2025 17:43:01 +0300 Subject: [PATCH] fix: update nodejs to v24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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