From abd4865a8496252f9437bb8406f868af742ecea8 Mon Sep 17 00:00:00 2001 From: Markus Thulin Date: Fri, 12 Apr 2024 20:54:26 +0200 Subject: [PATCH] Update nodejs to v20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1f9bb88..07e0040 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: description: 'A suffix to append to a file' required: false runs: - using: 'node16' + using: 'node20' main: 'gist.js' branding: icon: 'align-center'