freeze lockfile
Some checks failed
PR Gate / Checks (pull_request) Failing after 46s

This commit is contained in:
Benjamin Palko 2026-08-11 17:08:23 -04:00
parent a61d95cba3
commit 73fdec95ef
3 changed files with 6 additions and 2 deletions

View file

@ -24,6 +24,8 @@ jobs:
version: 11
runtime: node@24
cache: true
- name: Install deps
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Svelte Check