fix: use legaly peer deps?

This commit is contained in:
trev 2025-03-18 22:38:33 -04:00
parent ab4ccc3d46
commit add5afb17c

View File

@ -35,7 +35,7 @@ jobs:
- name: Install npm packages
working-directory: ./client
run: npm ci
run: npm ci --legacy-peer-deps
- name: Lint
run: nix develop --command ts-lint