fix: yarn install
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m39s

This commit is contained in:
2026-03-18 23:17:18 -04:00
parent cc6903a799
commit 6e1f58cd8e

View File

@@ -20,10 +20,11 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "20" node-version: "20"
cache: "yarn"
- name: Enable Corepack (Yarn 4) - name: Enable Corepack and Yarn
run: corepack enable run: |
corepack enable
corepack prepare yarn@stable --activate
- name: Install dependencies - name: Install dependencies
run: yarn install --immutable run: yarn install --immutable