From 3ed3808cb75e4398e021a19a171ce62f4943f2f7 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 18 Sep 2023 12:43:06 -0700 Subject: [PATCH] Bump Node to 20 (#183) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 65700dd..da88339 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ outputs: release-footer: description: 'The footer of the release' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: