From 32d183ff9915278687796515d1f7678c3f38d1ba Mon Sep 17 00:00:00 2001 From: Po Chen Date: Thu, 25 Jan 2024 12:00:20 +1100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 87dabb8..5b7ee4a 100644 --- a/action.yml +++ b/action.yml @@ -26,6 +26,6 @@ inputs: required: false default: "fail" runs: - using: "node16" + using: "node20" main: "./dist/main.js" post: "./dist/post.js"