May cache this time?

This commit is contained in:
Joe Carstairs
2024-03-30 20:47:03 +00:00
parent c9f1e604d3
commit 333e88a4ae

View File

@@ -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