From df5d21a5dd12577254a9748fddf23e075a4a7ddc Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Sun, 3 May 2026 15:23:25 +0200 Subject: [PATCH] Use node24 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 eb6578b..f0967a9 100644 --- a/action.yml +++ b/action.yml @@ -5,5 +5,5 @@ branding: icon: 'life-buoy' color: 'blue' runs: - using: 'node20' + using: 'node24' main: 'main.js'