From 75c1e834adc1752e6f6bd4d0aaca01a2e0eb2a47 Mon Sep 17 00:00:00 2001 From: Justin H <84724234+JustinhSE@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:34:34 -0500 Subject: [PATCH] Update npm ci command to include legacy-peer-deps --- .github/workflows/typescript-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript-build.yml b/.github/workflows/typescript-build.yml index 7b14b3c..72466ff 100644 --- a/.github/workflows/typescript-build.yml +++ b/.github/workflows/typescript-build.yml @@ -12,6 +12,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '18' - - run: npm ci + - run: npm ci --legacy-peer-deps - run: npm run lint - run: npm run build