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