Apparently yarn is already installed, remove the install yarn step from CI.
Build and Deploy Web App / build-and-deploy (push) Successful in 23s
Details
Build and Deploy Web App / build-and-deploy (push) Successful in 23s
Details
This commit is contained in:
parent
f1e5dd0ea7
commit
34b9da1e50
|
|
@ -14,8 +14,6 @@ jobs:
|
|||
node-version: '22.x'
|
||||
- name: Enable Corepack
|
||||
run: corepack enable
|
||||
- name: Install Yarn
|
||||
run: npm install -g yarn
|
||||
- name: Install Dependencies
|
||||
run: yarn install --immutable
|
||||
working-directory: ./web-app
|
||||
|
|
|
|||
Loading…
Reference in New Issue