This commit is contained in:
Wells Bunker 2025-09-24 09:48:52 -06:00
parent c0331d18ae
commit bd5ee58663
No known key found for this signature in database
GPG Key ID: DB16D6F2679B78FC
1 changed files with 0 additions and 24 deletions

View File

@ -22,30 +22,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Mount node_modules sticky disk
uses: useblacksmith/stickydisk@v1
with:
key: ${{ github.repository }}-${{ github.ref_name }}-node-modules
path: node_modules
- name: Mount pnpm store sticky disk
uses: useblacksmith/stickydisk@v1
with:
key: ${{ github.repository }}-${{ github.ref_name }}-pnpm-store
path: ~/.pnpm-store
- name: Mount turbo cache sticky disk
uses: useblacksmith/stickydisk@v1
with:
key: ${{ github.repository }}-${{ github.ref_name }}-turbo
path: .turbo
- name: Mount Docker cache sticky disk
uses: useblacksmith/stickydisk@v1
with:
key: ${{ github.repository }}-${{ github.ref_name }}-docker-cache
path: /var/lib/docker
- name: Setup Node Environment
uses: ./.github/actions/setup-node-env
with: