Skip to content

Commit

Permalink
[CI] Fix miniflare build
Browse files Browse the repository at this point in the history
The issue is a re-edition of #2168, no longer defining the version directly
should stop this from reappearing.
  • Loading branch information
fhanau committed Jun 11, 2024
1 parent 137599c commit 648029f
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 @@ -177,8 +177,8 @@ jobs:

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

0 comments on commit 648029f

Please sign in to comment.