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 }} node-version: ${{ inputs.node-version }}
cache: 'pnpm' cache: 'pnpm'
- name: Cache node_modules # Temporarily disabled to force fresh install
uses: actions/cache@v4 # - name: Cache node_modules
with: # uses: actions/cache@v4
path: | # with:
node_modules # path: |
apps/*/node_modules # node_modules
packages/*/node_modules # apps/*/node_modules
key: pnpm-workspace-${{ hashFiles('pnpm-lock.yaml') }} # packages/*/node_modules
restore-keys: | # key: pnpm-workspace-v2-${{ hashFiles('pnpm-lock.yaml') }}
pnpm-workspace- # restore-keys: |
# pnpm-workspace-v2-
- name: Cache Turbo - name: Cache Turbo
uses: actions/cache@v4 uses: actions/cache@v4