From 42d664394ce819bd18c2febba5d8c6a29f5611dd Mon Sep 17 00:00:00 2001 From: Jimver Date: Sun, 29 Mar 2026 18:11:36 +0200 Subject: [PATCH] Update to node24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 83fb64ad..1cf9eb56 100644 --- a/action.yml +++ b/action.yml @@ -60,7 +60,7 @@ outputs: cuda: description: 'Version of CUDA installed' runs: - using: 'node20' + using: 'node24' main: dist/index.js branding: icon: box