From 0f9c86f9e693db67dacf53986e1674de5f2e5f28 Mon Sep 17 00:00:00 2001 From: Ammar Askar Date: Thu, 25 Jan 2024 15:47:56 -0500 Subject: [PATCH] Update to use node20, fixes #7 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index f4725a0..0cbf543 100644 --- a/action.yml +++ b/action.yml @@ -5,5 +5,5 @@ branding: icon: check-square color: yellow runs: - using: 'node16' - main: 'index.js' \ No newline at end of file + using: 'node20' + main: 'index.js'