From 077aeecc568feb014cacaf35a05a0dac32b644a8 Mon Sep 17 00:00:00 2001 From: Kieran Kaelin Date: Thu, 27 Jun 2024 13:58:44 +0200 Subject: [PATCH] Run action on Node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0e74de3..a94715f 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ inputs: required: true default: "true" runs: - using: "node16" + using: "node20" main: "dist/index.js" branding: icon: "check-square"