From 1e07d4d99dcb1c255849538d14fd2d991fe59c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maj=20Sokli=C4=8D?= Date: Mon, 1 Jan 2024 04:58:10 +0100 Subject: [PATCH] Update NodeJS to v20 (#72) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a5caaf7..b20fad3 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: node16 + using: node20 main: index.js branding: icon: terminal