From 44a136381376f53b28b4bfacedfd2d4f58b99f78 Mon Sep 17 00:00:00 2001 From: Jorg Adam Sowa Date: Tue, 7 Apr 2026 21:51:33 +0200 Subject: [PATCH] Updated Node.js runtime to v24. --- with-post-step/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-post-step/action.yml b/with-post-step/action.yml index 20a4a958..68b3e305 100644 --- a/with-post-step/action.yml +++ b/with-post-step/action.yml @@ -37,6 +37,6 @@ inputs: default: POST runs: - using: 'node20' + using: 'node24' main: 'main.js' post: 'main.js'