From cdaada024e83641b0c2a0b96542dea1048ce8a3d Mon Sep 17 00:00:00 2001 From: Nathalia Fernandes Date: Fri, 24 May 2024 10:53:29 -0300 Subject: [PATCH] Update Node version to fix deprecation warning --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 61e3f56..73ef18c 100644 --- a/action.yml +++ b/action.yml @@ -30,5 +30,5 @@ inputs: required: false default: "2" runs: - using: "node16" + using: "node20" main: "index.js"