From 90c12b375f13203bc844d29df72ee99e397becb0 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Thu, 24 Jul 2025 11:45:49 +0100 Subject: [PATCH] Change Node.js version to 24 Update Node.js version from 20 to 24 in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ef58e699..fb7cb2de 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ outputs: node-version: description: 'The installed node version.' runs: - using: 'node20' + using: 'node24' main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' post-if: success()