diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index bc5c9130b..b2afc12f7 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -76,10 +76,11 @@ jobs: # Berry fails to find executable on windows - run: yarn set version berry - - run: yarn config set nodeLinker node-modules + # - run: yarn config set nodeLinker node-modules - run: yarn init -y - run: yarn add -D ./supabase-1.28.0.tgz - - run: yarn run -T supabase --version + # - run: yarn run -T supabase --version + - run: node_modules/.bin/supabase --version pnpm: needs: pack