From 5eb7b1ccffa213e3c3bc8607543da68c56154473 Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Tue, 16 Jan 2024 13:14:58 +0000 Subject: [PATCH] Don't use pnp linker for yarn --- .github/workflows/yarn.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/yarn.yml b/.github/workflows/yarn.yml index 14b4798..67c3742 100644 --- a/.github/workflows/yarn.yml +++ b/.github/workflows/yarn.yml @@ -24,6 +24,10 @@ jobs: yarn config set npmScopes.paltiverse.npmAuthToken $NPM_AUTH_TOKEN env: NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} + - name: Set Yarn package install mode + run: | + yarn config set enableGlobalCache false + yarn config set nodeLinker node-modules - name: Install dependencies uses: borales/actions-yarn@v4.2.0 with: