Skip to content

Commit

Permalink
Merge pull request #404 from near/upgrade_pnpm_install_github_action
Browse files Browse the repository at this point in the history
Resolve CI error due to broken `pnpm/action-setup` GH action
  • Loading branch information
ailisp authored Jul 23, 2024
2 parents 4de0560 + db18740 commit e09aa61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v4
with:
version: 8
- name: Setup Node
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 @@ -25,7 +25,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

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

Expand Down

0 comments on commit e09aa61

Please sign in to comment.