Skip to content

Commit

Permalink
πŸ’š Pin pnpm to v6 (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenche committed May 2, 2022
1 parent 763ccf3 commit fbe3cf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/DEV-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: latest
version: '^6.32.11'
- name: Install dependencies πŸ”§
id: install-dependencies
run: |
Expand Down Expand Up @@ -76,5 +76,3 @@ jobs:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
if: failure()


0 comments on commit fbe3cf4

Please sign in to comment.