Skip to content

Commit

Permalink
chore: revert pnpm/action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
falsepopsky authored May 13, 2024
1 parent 80d2a45 commit b13f48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/[email protected]

- name: Setup pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v3.0.0
with:
version: ${{ env.PNPM_VERSION }}

Expand All @@ -42,7 +42,7 @@ jobs:
uses: actions/[email protected]

- name: Setup pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v3.0.0
with:
version: ${{ env.PNPM_VERSION }}

Expand Down

0 comments on commit b13f48c

Please sign in to comment.