From fb10562c7f57c6597047fa8f484812248f95a9ba Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Tue, 14 Feb 2023 09:54:20 -0500 Subject: [PATCH] Add pnpm -v output to see what's different --- .github/actions/pnpm/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/pnpm/action.yml b/.github/actions/pnpm/action.yml index 9d472515..e4d8cd38 100644 --- a/.github/actions/pnpm/action.yml +++ b/.github/actions/pnpm/action.yml @@ -11,4 +11,6 @@ runs: cache: 'pnpm' - name: 'Install dependencies' shell: 'bash' - run: pnpm install + run: | + pnpm -v + pnpm install