diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-30 20:47:03 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-30 20:47:03 +0000 |
| commit | 333e88a4ae4825d1842517f4e5c3e0b546cbb531 (patch) | |
| tree | 3f0302d59175beb8e9384d1dff7f7b481dea2219 | |
| parent | c9f1e604d30eaf41863c9196309cf779cd9bf3db (diff) | |
May cache this time?
| -rw-r--r-- | .github/workflows/build-and-deploy.yml | 3 |
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 |
