mirror of https://github.com/buster-so/buster.git
Update action.yml
This commit is contained in:
parent
80f3ee0c49
commit
6e9bd188d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue