Skip to content

Commit

Permalink
Specify pnpm version in release action (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettgu10 authored Jun 20, 2024
1 parent e791667 commit 27b8210
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 @@ -175,8 +175,8 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v3
# version is no longer being defined here, since we can automatically use the version
# defined in workers-sdk/package.json instead.
with:
version: 9.1.3
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 27b8210

Please sign in to comment.