From c6a366c94c3e0affe28c06c8df20a878f24da3cf Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Tue, 17 Mar 2026 05:45: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 47f4e66..a7940c9 100644 --- a/action.yml +++ b/action.yml @@ -29,5 +29,5 @@ inputs: If false, hidden files will be excluded from the uploaded artifact. default: 'false' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'