From 92d7b32ef566a9606d267145da001be4d4a57019 Mon Sep 17 00:00:00 2001 From: Nicolas R Date: Tue, 2 Apr 2024 17:35:20 -0600 Subject: [PATCH] bump node to v20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b262c1c..e281420 100644 --- a/action.yml +++ b/action.yml @@ -43,5 +43,5 @@ inputs: default: "$Config{installsitescript}/cpanm" runs: - using: "node16" + using: "node20" main: "dist/index.js"