From 053032274f22394d2fbe5a2f74beb908d2d6e31a Mon Sep 17 00:00:00 2001 From: ckormanyos Date: Tue, 12 May 2026 21:48:01 +0200 Subject: [PATCH] Update to Node.js 24 --- 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