From c31364dd593681977e7bc58f61461f6743d315ea Mon Sep 17 00:00:00 2001 From: Andrew Schwenn Date: Tue, 23 Apr 2024 16:49:57 -0500 Subject: [PATCH] chore: upgrade to node20 to comply with GH transition --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 09a30b661..c5001cab6 100644 --- a/action.yml +++ b/action.yml @@ -146,7 +146,7 @@ outputs: output: description: 'The output of the helper' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: user-check