Skip to content

Commit

Permalink
Pin pnpm version for release workflow (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Jul 4, 2024
1 parent f72af1a commit da804b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
name: Install pnpm
- run: pnpm install
- name: Create Release Pull Request
Expand Down

0 comments on commit da804b9

Please sign in to comment.