Add 'enable corepack' to web app CI
Build and Deploy Web App / build-and-deploy (push) Failing after 5s Details

This commit is contained in:
Andrew Lalis 2026-03-27 08:41:30 -04:00
parent 18555b931d
commit aaed7629fb
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ jobs:
with:
node-version: '22.x'
cache: 'yarn'
- name: Enable Corepack
run: corepack enable
- name: Install Dependencies
run: yarn install --immutable
working-directory: ./web-app