revert: use npm ci

This commit is contained in:
2025-03-19 00:43:10 -04:00
parent 124ddc20df
commit bc0e8c55e3
2 changed files with 6 additions and 4 deletions

View File

@ -25,6 +25,10 @@ jobs:
with:
name: trevstack
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Install NPM Packages
working-directory: ./client
run: npm ci --legacy-peer-deps
- name: Lint
run: nix develop --command ts-lint