Skip to content

Commit

Permalink
Merge pull request #16 from storacha/fix/release-action
Browse files Browse the repository at this point in the history
build(github): fix release action
  • Loading branch information
hannahhoward authored Oct 31, 2024
2 parents 994d7b5 + a305cde commit 948da30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.3
uses: pnpm/action-setup@v4.0.0
with:
version: 8
version: 9
if: ${{ steps.release.outputs.release_created }}
- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 948da30

Please sign in to comment.