diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acd138302..6a53f43d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: cache: npm - name: Install Dependencies - run: npm ci + run: npm ci --legacy-peer-deps - name: Run Markdownlint run: npm run lint:md