Add 'enable corepack' to web app CI
Build and Deploy Web App / build-and-deploy (push) Failing after 5s
Details
Build and Deploy Web App / build-and-deploy (push) Failing after 5s
Details
This commit is contained in:
parent
18555b931d
commit
aaed7629fb
|
|
@ -13,6 +13,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '22.x'
|
node-version: '22.x'
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
|
- name: Enable Corepack
|
||||||
|
run: corepack enable
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: yarn install --immutable
|
run: yarn install --immutable
|
||||||
working-directory: ./web-app
|
working-directory: ./web-app
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue