Update .github/workflows/ci.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-24 13:34:54 -06:00
committed by GitHub
parent 40c08a6a1c
commit 53411ac45f

View File

@@ -17,7 +17,7 @@ jobs:
with: with:
node-version: 20 node-version: 20
cache: pnpm cache: pnpm
- run: pnpm install --frozen-lockfile=false - run: pnpm install --frozen-lockfile=true
- run: pnpm lint - run: pnpm lint
- name: Validate JSON - name: Validate JSON
run: jq empty $(find . -name "*.json") run: jq empty $(find . -name "*.json")