Enable Corepack for Yarn in Gitea Actions workflow to ensure consistent package management during deployment.
Deploy to Firebase Hosting / deploy (push) Failing after 8s
Deploy to Firebase Hosting / deploy (push) Failing after 8s
This commit is contained in:
@@ -16,6 +16,9 @@ jobs:
|
|||||||
node-version: 22
|
node-version: 22
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|
||||||
|
- name: Enable Corepack (Yarn)
|
||||||
|
run: corepack enable
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user