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
This commit is contained in:
Damir Mukimov 2025-12-24 23:15:19 +01:00
parent 84d567c926
commit 3ddf8e2624
No known key found for this signature in database
GPG Key ID: 42996CC7C73BC750

View File

@ -134,8 +134,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