fix: Add corepack enable to frontend-lint job as well
Some checks failed
CI/CD Pipeline / frontend-lint (push) Failing after 28s
CI/CD Pipeline / frontend-build (push) Has been skipped
CI/CD Pipeline / backend-lint (push) Failing after 30s
CI/CD Pipeline / backend-build (push) Has been skipped
CI/CD Pipeline / e2e-test (push) Has been skipped

This commit is contained in:
Damir Mukimov 2025-12-24 23:13:56 +01:00
parent a80d5ddfb4
commit 84d567c926
No known key found for this signature in database
GPG Key ID: 42996CC7C73BC750

View File

@ -26,6 +26,8 @@ jobs:
node-version: '24'
cache: 'yarn'
cache-dependency-path: bugulma/frontend/yarn.lock
- name: Enable Corepack (for Yarn)
run: corepack enable
- name: Install dependencies
working-directory: bugulma/frontend
run: yarn install --frozen-lockfile