From 03559d0a6c2f0163187cadab1412d6dce3a6a481 Mon Sep 17 00:00:00 2001 From: Martin DONADIEU Date: Mon, 23 Mar 2026 15:07:04 +0100 Subject: [PATCH] Update Node.js version from 20 to 24 (#400) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 86915b9..92c7de1 100644 --- a/action.yml +++ b/action.yml @@ -10,5 +10,5 @@ outputs: version: description: Version of installed Supabase CLI runs: - using: node20 + using: node24 main: dist/index.js