From 5c598cab6f542a2aeacae406a2487ebd5fe104b9 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 8 Feb 2024 08:58:20 +0100 Subject: [PATCH] feat: update to NodeJS 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a4ab02d..4fa8b3d 100644 --- a/action.yml +++ b/action.yml @@ -16,5 +16,5 @@ branding: icon: "package" color: "red" runs: - using: "node16" + using: "node20" main: "dist/index.js"