From f7746a2faebcf0ccc00c5818fe7fbbf4e2746520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Sun, 19 Apr 2026 14:21:21 +0200 Subject: [PATCH] Update to Node.js 20 Node.js 20 is deprecated and will stop workin in June: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index d90f9d4..4ad17df 100644 --- a/action.yml +++ b/action.yml @@ -59,6 +59,6 @@ inputs: required: false default: '' runs: - using: 'node20' + using: 'node24' main: 'main.js' - post: 'post.js' \ No newline at end of file + post: 'post.js'