Update action.yml

This commit is contained in:
Nate Kelley 2025-09-15 15:05:03 -06:00
parent 80f3ee0c49
commit 6e9bd188d6
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 11 additions and 10 deletions

View File

@ -33,16 +33,17 @@ runs:
node-version: ${{ inputs.node-version }}
cache: 'pnpm'
- name: Cache node_modules
uses: actions/cache@v4
with:
path: |
node_modules
apps/*/node_modules
packages/*/node_modules
key: pnpm-workspace-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
pnpm-workspace-
# Temporarily disabled to force fresh install
# - name: Cache node_modules
# uses: actions/cache@v4
# with:
# path: |
# node_modules
# apps/*/node_modules
# packages/*/node_modules
# key: pnpm-workspace-v2-${{ hashFiles('pnpm-lock.yaml') }}
# restore-keys: |
# pnpm-workspace-v2-
- name: Cache Turbo
uses: actions/cache@v4