chore: fix analyzer yarn installs (#9778)

This commit is contained in:
Nikolay Vitkov 2023-03-06 11:39:53 +01:00 committed by GitHub
parent 2123f809e8
commit 677760456d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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