From d08ff3b0aa6a61b2ab54f5e933aa6d34d7fd8eed Mon Sep 17 00:00:00 2001 From: Denise Date: Wed, 10 Jun 2026 13:06:37 -0700 Subject: [PATCH] Upgrade Node.js version from 20 to 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c1ae827..bafa004 100644 --- a/action.yml +++ b/action.yml @@ -31,6 +31,6 @@ inputs: required: false default: "latest" runs: - using: node20 + using: node24 main: "dist/main/index.js" post: "dist/cleanup/index.js"