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 }}
|
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
|
||||||
|
|
Loading…
Reference in New Issue