From 5a7cbd780d82c0c937b5977586e641b2fd94acc5 Mon Sep 17 00:00:00 2001 From: Julien Dubois Date: Wed, 17 Apr 2024 15:24:22 +0200 Subject: [PATCH] fix: bump nodejs version to node 20 (#26) Signed-off-by: RedbeanGit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3cbfd7b..fab3e39 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ inputs: required: false default: '.' runs: - using: 'node16' + using: 'node20' main: 'start.js' branding: icon: 'arrow-up-circle'