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

This commit is contained in:
Andrew Lalis 2026-03-27 08:45:11 -04:00
parent f1e5dd0ea7
commit 34b9da1e50
1 changed files with 0 additions and 2 deletions

View File

@ -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