diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0f3bc63..deb865d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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