Compare commits

...

2 Commits

Author SHA1 Message Date
Damir Mukimov
0dac4072fc
fix: Remove yarn cache from frontend-lint job as well
Some checks failed
CI/CD Pipeline / backend-lint (push) Failing after 31s
CI/CD Pipeline / backend-build (push) Has been skipped
CI/CD Pipeline / frontend-lint (push) Failing after 1m26s
CI/CD Pipeline / frontend-build (push) Has been skipped
CI/CD Pipeline / e2e-test (push) Has been skipped
2025-12-24 23:15:25 +01:00
Damir Mukimov
3ddf8e2624
fix: Remove yarn cache from setup-node to fix yarn not found error
- Remove cache: 'yarn' from setup-node action as yarn isn't available yet
- Corepack will handle yarn installation after Node.js setup
- Fixes error where setup-node tries to use yarn before it's installed
2025-12-24 23:15:19 +01:00

View File

@ -24,8 +24,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'yarn'
cache-dependency-path: bugulma/frontend/yarn.lock
- name: Enable Corepack (for Yarn)
run: corepack enable
- name: Install dependencies
@ -134,8 +132,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'yarn'
cache-dependency-path: bugulma/frontend/yarn.lock
- name: Enable Corepack (for Yarn)
run: corepack enable
- name: Install dependencies