From add5afb17c4a52d82001306528a0dd0c4b2c6db3 Mon Sep 17 00:00:00 2001 From: trev Date: Tue, 18 Mar 2025 22:38:33 -0400 Subject: [PATCH] fix: use legaly peer deps? --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9b81529..89e9f23 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 \ No newline at end of file