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