From 566a3cc97eaa734728981ec45262c3c504d17c8d Mon Sep 17 00:00:00 2001 From: Otterian <24441547+Otterian@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:44:04 +0100 Subject: [PATCH] Bump Action to node20 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 23e0b0d..6348b03 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ inputs: required: false default: text runs: - using: 'node16' - main: 'index.js' \ No newline at end of file + using: 'node20' + main: 'index.js'