Skip to content

Commit

Permalink
Merge pull request #1361 from LimeChain/update-pnpm/action-setup-version
Browse files Browse the repository at this point in the history
ci: update pnpm/action-setup to v4
  • Loading branch information
andy-haynes authored Jul 12, 2024
2 parents 146e516 + f7fafbe commit cc492ee
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@v2.2.2
uses: pnpm/action-setup@v4.0.0
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@v2.2.2
uses: pnpm/action-setup@v4.0.0
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@v2.2.2
uses: pnpm/action-setup@v4.0.0
with:
version: 7

Expand Down

0 comments on commit cc492ee

Please sign in to comment.