Don't use pnp linker for yarn

This commit is contained in:
Pal Kerecsenyi 2024-01-16 13:14:58 +00:00
parent 6e66344b33
commit 5eb7b1ccff
Signed by: palk
GPG Key ID: 6891661E25394C2C

View File

@ -24,6 +24,10 @@ jobs:
yarn config set npmScopes.paltiverse.npmAuthToken $NPM_AUTH_TOKEN yarn config set npmScopes.paltiverse.npmAuthToken $NPM_AUTH_TOKEN
env: env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} 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 - name: Install dependencies
uses: borales/actions-yarn@v4.2.0 uses: borales/actions-yarn@v4.2.0
with: with: