From 5815489091d076b9105fe795cb450b6d32fe3fe1 Mon Sep 17 00:00:00 2001 From: Alessandro Colace Date: Sun, 14 Jun 2026 19:29:06 +0200 Subject: [PATCH] Run on Node.js 24 Node 20 is deprecated on GitHub Actions runners. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 640d5bb..263540e 100644 --- a/action.yml +++ b/action.yml @@ -25,6 +25,6 @@ inputs: required: false default: '' runs: - using: 'node20' + using: 'node24' main: 'main.js' post: 'post.js'