From 333e88a4ae4825d1842517f4e5c3e0b546cbb531 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 30 Mar 2024 20:47:03 +0000 Subject: [PATCH] May cache this time? --- .github/workflows/build-and-deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index c5d10f7..0ea882e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -27,8 +27,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: "20" - cache: npm - cache-dependency-path: package-lock.json + cache: "npm" - name: Install dependencies run: npm ci - name: Build with Astro