chore: fix analyzer yarn installs (#9778)
This commit is contained in:
parent
2123f809e8
commit
677760456d
2
.github/workflows/issue-analyzer.yml
vendored
2
.github/workflows/issue-analyzer.yml
vendored
@ -91,6 +91,8 @@ jobs:
|
||||
run: corepack enable
|
||||
- name: Install dependencies
|
||||
run: ${{ env.PACKAGE_MANAGER }} install
|
||||
env:
|
||||
YARN_ENABLE_IMMUTABLE_INSTALLS: false
|
||||
- name: Verify issue
|
||||
timeout-minutes: 10
|
||||
run: ${{ env.PACKAGE_MANAGER }} run verify
|
||||
|
Loading…
Reference in New Issue
Block a user