diff --git a/.github/workflows/showcase-test.yml b/.github/workflows/showcase-test.yml index 49122d4228..ceedc91bdc 100644 --- a/.github/workflows/showcase-test.yml +++ b/.github/workflows/showcase-test.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: '16' + node-version: '20' cache: yarn - name: Installation run: yarn diff --git a/website/src/data/showcase/supabase.png b/website/src/data/showcase/supabase.png deleted file mode 100644 index 847005ce49..0000000000 Binary files a/website/src/data/showcase/supabase.png and /dev/null differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index b3a61ee959..c3fc6b8ffb 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -2111,14 +2111,6 @@ const Users: User[] = [ source: 'https://github.com/wixplosives/stylable.io', tags: ['opensource'], }, - { - title: 'Supabase', - description: 'Open Source Realtime and RESTful APIs for Postgres', - preview: require('./showcase/supabase.png'), - website: 'https://www.supabase.io/docs', - source: 'https://github.com/supabase/supabase/tree/master/web', - tags: ['opensource', 'favorite', 'design', 'large', 'product'], - }, { title: 'Svix', description: 'Webhooks as a Service',