diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 1f9a119f0..60a9b9e03 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -78,8 +78,7 @@ jobs: # Berry fails to find executable on windows - run: yarn set version berry - - run: | - echo "nodeLinker: node-modules" > .yarnrc.yml + - run: yarn config set node-linker node-modules - run: yarn init -y - run: yarn add -D ./supabase-1.28.0.tgz - run: ls .