From 21977236b3fe9eb6d31db8bb52bcf694fe605a4f Mon Sep 17 00:00:00 2001 From: Luca Lischetti Date: Mon, 19 Feb 2024 22:44:43 +0000 Subject: [PATCH] chore: updated version of node (#735) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 02329771..f431fc3b 100644 --- a/action.yml +++ b/action.yml @@ -41,5 +41,5 @@ inputs: "Github token with access to the repository (secrets.GITHUB_TOKEN)." required: true runs: - using: "node16" + using: "node20" main: "dist/index.js"