From a4a135e60bbbbab114ecb053e83bc2b009043062 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Thu, 10 Jul 2025 11:38:03 -0700 Subject: [PATCH] ci: output verbose details when installing packages for tests --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ee8b29d5c..650c624f0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -27,7 +27,7 @@ jobs: uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: ${{ matrix.node-version }} - - run: npm install + - run: npm install --verbose - run: npm test - name: Upload coverage to Codecov if: matrix.node-version == '22.x'