From 033f561d943a0a2096d5a1778b37ded06731d74a Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 25 Apr 2023 22:24:14 -0700 Subject: [PATCH] ci: Run pnpm dedupe --check. New in pnpm 8.3.0, this replaces the yarn-deduplicate check that was removed in commit 3a27b12a7dc9580e565946d3252720cbdce08934 (#24731). Signed-off-by: Anders Kaseorg --- .github/workflows/zulip-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/zulip-ci.yml b/.github/workflows/zulip-ci.yml index 681faf8db4..4873e2e591 100644 --- a/.github/workflows/zulip-ci.yml +++ b/.github/workflows/zulip-ci.yml @@ -195,6 +195,10 @@ jobs: source tools/ci/activate-venv ./tools/test-js-with-puppeteer + - name: Check pnpm dedupe + if: ${{ matrix.include_frontend_tests }} + run: pnpm dedupe --check + - name: Check for untracked files run: | source tools/ci/activate-venv