From a9bc5e6ef2cb54c177f32aa5726adaa15e7e2d59 Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Tue, 17 Mar 2026 06:33:43 -0700 Subject: [PATCH] Use Node24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 850db9b..59164fc 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ inputs: description: 'Destination path' required: false runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'