From 1bb77f1864af6508ae1186c1ce0454ee563be077 Mon Sep 17 00:00:00 2001 From: Kyle Dolezal Date: Fri, 15 Mar 2024 09:24:51 -0500 Subject: [PATCH] Update node version to 20 in GitHub Action (#11) Kudos to github.com/KyleDolezal --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2f630b6..78ed80f 100644 --- a/action.yml +++ b/action.yml @@ -26,5 +26,5 @@ inputs: description: 'GitHub Token' required: true runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'