Remove 'yarn' cache option in CI.
Build and Deploy Web App / build-and-deploy (push) Failing after 6s Details

This commit is contained in:
Andrew Lalis 2026-03-27 08:44:17 -04:00
parent fb1e54c6ee
commit f1e5dd0ea7
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '22.x' node-version: '22.x'
cache: 'yarn'
- name: Enable Corepack - name: Enable Corepack
run: corepack enable run: corepack enable
- name: Install Yarn - name: Install Yarn