Enable Corepack for Yarn in Gitea Actions workflow to ensure consistent package management during deployment.
Deploy to Firebase Hosting / deploy (push) Failing after 8s

This commit is contained in:
Peter Meier
2026-03-17 23:15:41 +01:00
parent 933852b2fd
commit 86602d20f6
+3
View File
@@ -16,6 +16,9 @@ jobs:
node-version: 22
cache: yarn
- name: Enable Corepack (Yarn)
run: corepack enable
- name: Install dependencies
run: yarn install --frozen-lockfile