fix(build): Cache improvements
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 3m14s

This commit is contained in:
2026-03-20 09:39:56 -04:00
parent 5c56d77a23
commit 7643662fcc

View File

@@ -29,6 +29,7 @@ jobs:
corepack prepare yarn@stable --activate
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@v4
with:
path: node_modules
@@ -37,6 +38,7 @@ jobs:
${{ runner.os }}-node-modules-
- name: Install dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: yarn install --immutable
- name: Create env file