summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-and-deploy.yml3
1 files changed, 1 insertions, 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