From 56abd21911f4ff6d56c81861a9fb02cd57a0fa1c 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