From f7054c426fc15ec2b881e6922475ca4bf63aa72f Mon Sep 17 00:00:00 2001 From: Alexey Toklovich Date: Thu, 2 Apr 2026 22:08:07 +0700 Subject: [PATCH] Update Node.js to v24 Warning from GitHub: Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 90ff6ec..9b8634f 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Opinionated-commit-message' description: 'Check commit messages according to an opinionated style' author: 'Marko Ristin' runs: - using: node20 + using: node24 main: dist/index.js branding: icon: 'check'