From 7062803d6bd43def748fef53d0db9d0cae9f3a1e Mon Sep 17 00:00:00 2001 From: Kristof Mattei <864376+Kristof-Mattei@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:32:01 -0700 Subject: [PATCH] fix: run on node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 57288d92..3b1ee9fa 100644 --- a/action.yml +++ b/action.yml @@ -17,5 +17,5 @@ inputs: required: false runs: - using: "node16" + using: "node20" main: "dist/index.js"