Skip to content

Commit

Permalink
test(workflows): testing setup-pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed Jul 5, 2024
1 parent b7fa29a commit 3d217b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup-pnpm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ runs:
pnpm: pkg.engines.pnpm
}
- name: TEST
run: |
echo "pnpm: ${{ fromJSON(steps.env-versions.outputs.result).pnpm }}"
echo "node: ${{ fromJSON(steps.env-versions.outputs.result).node }}"
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit 3d217b1

Please sign in to comment.