From 748ba9953d151865996c3448193392e7551eb04f Mon Sep 17 00:00:00 2001 From: Evan Date: Sat, 11 May 2024 22:22:27 -0400 Subject: [PATCH] Run using node20 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 5be29d8..2f98ab3 100644 --- a/action.yml +++ b/action.yml @@ -26,5 +26,5 @@ outputs: status: description: 'The upload status' runs: - using: node16 - main: invoke-binary.js + using: 'node20' + main: 'invoke-binary.js'