Skip to content

Commit

Permalink
ci: revert pnpm/action-setup workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsonevv committed Jul 12, 2024
1 parent d55bc62 commit de630c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v2.2.2
with:
version: 7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v2.2.2
with:
version: 7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typedoc-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Setup pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v2.2.2
with:
version: 7

Expand Down

0 comments on commit de630c6

Please sign in to comment.