From c0e947f6a6a44c2a4d10a9a62e27c852bf388b88 Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:52:41 -0800 Subject: [PATCH] Update action.yml to use node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5861a6e..260159f 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: Create an issue description: Creates a new issue using a template with front matter. runs: - using: node16 + using: node20 main: dist/index.js branding: icon: alert-circle