Skip to content

Commit

Permalink
Add pnpm -v output to see what's different
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 14, 2023
1 parent 8eaac4b commit 56abd21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/pnpm/action.yml
Expand Up @@ -11,4 +11,6 @@ runs:
cache: 'pnpm'
- name: 'Install dependencies'
shell: 'bash'
run: pnpm install
run: |
pnpm -v
pnpm install

0 comments on commit 56abd21

Please sign in to comment.