fix: yarn install
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m39s
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m39s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user