From a48e0ba644325fe538e831d1395a31992be8fda1 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Wed, 31 Jan 2024 10:55:04 -0500 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 70c8525..c733658 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ outputs: exists: # id of output description: 'true or false' runs: - using: 'node16' + using: 'node20' main: 'index.js' branding: icon: 'bookmark'