Update .github/workflows/build-and-test.yml
Some checks are pending
Deploy site / deploy (push) Waiting to run

This commit is contained in:
Aaron Yarborough 2025-03-12 21:09:04 +00:00
parent a389a43b63
commit 64b4659d37

View file

@ -36,4 +36,5 @@ jobs:
.next/cache
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-nextjs-
${{ runner.os }}-nextjs-