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: