From 4b82bfbd222e37bcb864187c01ccb84e26119061 Mon Sep 17 00:00:00 2001 From: Max R Date: Sat, 13 Jun 2026 13:50:34 -0400 Subject: [PATCH] Upgrade to Node 24 Security support for Node 20 ended a couple months ago per https://endoflife.date/nodejs --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c5da038..91d1fe3 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: required: false default: '[pre-commit.ci lite] apply automatic fixes' runs: - using: node20 + using: node24 main: main.mjs post: post.mjs post-if: always() && env.PRE_COMMIT_CI_LITE_ARTIFACT == 'true'