From c0d5422e0468b564fcf2b0ccd0f335cefed47905 Mon Sep 17 00:00:00 2001 From: Luca Lischetti Date: Sat, 17 Feb 2024 13:37:55 +0000 Subject: [PATCH] chore: updated version of node --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b620c73..f23b8a7 100644 --- a/action.yml +++ b/action.yml @@ -36,5 +36,5 @@ inputs: default: "70" required: false runs: - using: node16 + using: node20 main: dist/index.js