From 5de0ba21e06120ff49b6491bfc830beb506f3c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Nunes?= Date: Thu, 16 Jan 2025 17:40:39 +0000 Subject: [PATCH] fix: supabase deploy version (#4083) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6bc6ddba33..d0afc70a25 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -372,8 +372,8 @@ jobs: - checkout - attach_workspace: at: '.' - - run: npx supabase login --token $SUPABASE_ACCESS_TOKEN - - run: (yes || true) | npx supabase db push --db-url $SUPABASE_DB_URL --debug + - run: npx supabase@2.3.0 login --token $SUPABASE_ACCESS_TOKEN + - run: (yes || true) | npx supabase@2.3.0 db push --db-url $SUPABASE_DB_URL --debug # Run cypress e2e tests on chrome test_e2e: docker: *docker