From c371ef827adcf41c8740cb28e2002af9f7bf4d9a Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Mon, 29 Sep 2025 14:11:41 +0100 Subject: [PATCH] update to node 24 runs on field --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7fc4fb5..7f962f0 100644 --- a/action.yml +++ b/action.yml @@ -39,5 +39,5 @@ outputs: download-path: description: 'Path of artifact download' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'