From 3a8a3987b1e1b9a2b3a69f042960c0f80472452c Mon Sep 17 00:00:00 2001 From: Max Richter Date: Sat, 6 Apr 2024 16:33:30 +0200 Subject: [PATCH] feat(ci): cache node_modules/.astro --- .github/workflows/default.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index b22a396..3c9cce3 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -57,6 +57,12 @@ jobs: path: ${{ env.PNPM_STORE_PATH }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} + - name: 📷 Cache Astro Images + uses: actions/cache@v4 + with: + path: node_modules/.astro + key: ${{ runner.os }}-astro-v1 + - name: 🔄 Pull Git LFS files run: git lfs pull