From 52e2c94f46c3a0f57e1a1802e003a86fc8987279 Mon Sep 17 00:00:00 2001 From: Martin DONADIEU Date: Fri, 26 Jan 2024 09:39:55 +0000 Subject: [PATCH] chore: update nodejs deprecated version to node20 (#256) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bad2235..59c96c0 100644 --- a/action.yml +++ b/action.yml @@ -10,5 +10,5 @@ outputs: version: description: Version of installed Supabase CLI runs: - using: node16 + using: node20 main: dist/index.js