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
|
||||
with:
|
||||
node-version: "20"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Enable Corepack (Yarn 4)
|
||||
run: corepack enable
|
||||
- name: Enable Corepack and Yarn
|
||||
run: |
|
||||
corepack enable
|
||||
corepack prepare yarn@stable --activate
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --immutable
|
||||
|
||||
Reference in New Issue
Block a user