Don't use pnp linker for yarn
This commit is contained in:
parent
6e66344b33
commit
5eb7b1ccff
4
.github/workflows/yarn.yml
vendored
4
.github/workflows/yarn.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user