From 2751e52809c925d208587ff3377e800b741db219 Mon Sep 17 00:00:00 2001 From: Mark Deutsch Date: Thu, 30 May 2024 14:01:04 -0400 Subject: [PATCH] use node20 (#232) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dcac6462..40eff354 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ outputs: team_labels: description: 'JSON array of team labels for the author' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'users'