From f06e13efd2fe918f011e918fa822e0ba6f87c390 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 14 Jul 2025 17:14:18 +0100 Subject: [PATCH] use node 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6842eb8..767c416 100644 --- a/action.yml +++ b/action.yml @@ -104,6 +104,6 @@ outputs: commit: description: 'The commit SHA that was checked out' runs: - using: node20 + using: node24 main: dist/index.js post: dist/index.js