From 57644be11d5a6c110006010747a58cca18dacb4f Mon Sep 17 00:00:00 2001 From: Edwin Smith <144824962+ESmithaaS@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:04:32 -0600 Subject: [PATCH] updated line 24 to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 470771c..9ee8728 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ inputs: required: false default: 'false' runs: - using: node16 + using: node20 main: dist/index.js